Skip to main content Skip to docs navigation

#121511 hex color | Dark Green & Cool color | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Distinctive Lack of Hue and its hex is #141513 Nearest Color Name

Color Hue/Base color: Green

Hex #121511 Color code in RGB color code model is created after adding 7.06% red color, 8.24% green color and 6.67% blue color. Hex #121511 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 19% yellow and 91.76% black.

Hex #121511 color code is between #111100 web safe hex color code and #222200 web safe hex color code. #111100 is the nearest web safe color code. You can see here many more shades of #121511 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 121511 #121511
RGB Decimal 18, 21, 17 18, 21, 17
RGB Percent 7%, 8%, 7% rgb(7%, 8%, 7%)
CSS RGBa 18, 21, 17,1 rgba(18,21,17,1)
CMYK Model cmyk(14%,0%,19%,91.76%)
HSL Color Space 105,11% ,7% hsl(105,11% ,7%)
HSV Color Space 105°, 19%, 8%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010010 00010101 00010001
Octal 22 25 21
Decimal 18 21 17
Hex 12 15 11

Different shades of #121511 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #121511
#000000
Darker of #121511
#000000
Dark of #121511
#000000
Base of #121511
#121511
Light of #121511
#2a3128
Lighter
#424d3f
Lightest
#5a6a55

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#121511
#141115

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#121511
#121115
#151114

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#141511
#141511
#121511
#111511
#111513

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#121511
#151112
#111215

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#121511
#111215
#141115
#151411

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#121511
#111415
#141115
#151211

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #121511

#000000
#000000
#000000
#000000
#121511
#2a3128
#424d3f
#5a6a55
#73866c

Tints of #121511 Color

#121511
#2c2f2b
#464945
#616360
#7b7d7a
#959795
#b0b1af
#cacbca
#e4e5e4
#ffffff

Shades of #121511 color code

Generate more color scales with scales (color stack) generator.

#121511
#10120f
#0e100d
#0c0e0b
#0a0b09
#080907
#060705
#040403
#020201
#000000

Tones

#121511
#131313
#131313
#131313
#131313

Tones

Similar Color like #121511 color

Find visually similar hex color codes nearing to #121511 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#131612
#141713
#151814
#161915
#171a16
#181b17
#191c18
#1a1d19
#1b1e1a
#1c1f1b
#1d201c
#1e211d
#1f221e
#20231f
#111410
#10130f
#0f120e
#0e110d
#0d100c
#0c0f0b
#0b0e0a
#0a0d09
#090c08
#080b07
#070a06
#060905
#050804
#040703

Download this

Hex #121511 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#121511 Color Code Preview on Black Background Color

This is how #121511 Color will look on black background color. Color contrast ratio is 1.14

#121511 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#121511">Your Example Paragraph content text in with font color #121511 </p>

Your Example Paragraph content text in with font color #121511

HTML with inline CSS

<div style="color:#121511">Your Paragraph text in with font color #121511 </div>

Your Example Paragraph content text in with font color #121511

#121511 color code is use for CSS Background Color

Background color for the above div is #121511

HTML with inline CSS

<div style="background-color:#121511;"></div>

#121511 color code is use for CSS Border Color

CSS Border color for the above div is #121511

HTML with inline CSS

<div style="border:5px solid #121511;"></div>

CSS Border Left color for the above div is #121511

HTML with inline CSS

<div style="border-left:5px solid #121511;"></div>

CSS Border Right color for the above div is #121511

HTML with inline CSS

<div style="border-right:5px solid #121511;"></div>

CSS Border Bottom color for the above div is #121511

HTML with inline CSS

<div style="border-bottom:5px solid #121511;"></div>

CSS Border Top color for the above div is #121511

HTML with inline CSS

<div style="border-top:5px solid #121511;"></div>

#121511 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#121511; } .examplecolorclass {color:#121511; } .examplebordercolor {border:3px solid #121511; }

#121511 Color code Preview on White Background

This is how #121511 Color code will look on white background color. Color contrast ratio is 18.40

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #121511; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #121511; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(18,21,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(20,17,21,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,21,17,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }