Shades of Dark Green #121B19
Tints of Dark Green #121B19
RGB
CMYK
RGB Variations
Color information
#121B19 (or 0x121B19) is known color: Dark Green. HEX triplet: 12, 1B and 19. RGB value is (18,27,25). Sum of RGB (Red+Green+Blue) = 18+27+25=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 27 - color contains mainly: green. Hex color #121B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B19 is #EDE4E6. Grayscale: #181818. Windows color (decimal): -15590631 or 1645330. OLE color: 1645330.
HSL color Cylindrical-coordinate representation of color #121B19: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #121B19 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 25 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.89 |
| HSL | 166.67º | 0.2% | 0.09% | - |
| HSV(B) | 166.67º | 0.33% | 0.11% | - |
| XYZ | 0.82 | 0.98 | 1.07 | - |
| YUV | 24.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 25 | 0.33 | 0 | 0.07 | 0.89 | 166.67 | 0.2 | 0.09 |
| Hex | 12 | 1B | 19 | 21 | 0 | 7 | 59 | A7 | 14 | 9 |
| Octal | 22 | 33 | 31 | 41 | 0 | 7 | 131 | 247 | 24 | 11 |
| Binary | 10010 | 11011 | 11001 | 100001 | 0 | 111 | 1011001 | 10100111 | 10100 | 1001 |
Color Harmonies of #121B19
Complementary color
Monochromatic Colors of #121B19
Black with #121B19
Text Example
Text Example
White with #121B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B19; }
p { color: rgb(18,27,25); }
H1.HeaderClassName
{
color: #121B19;
}
.AnyTagClassName
{
color: #121B19;
}
</style>
background-color css
<style>
a { background-color: #121B19; }
a { background-color: rgb(18,27,25); }
div.DivClassName
{
background-color: #121B19;
}
.BgClassName
{
background-color: #121B19;
}
</style>
border-color css
<style>
span { border-color: #121B19; }
span { border-color: rgb(18,27,25); }
td.TdClassName
{
border-color: #121B19;
}
.TagClassName
{
border-color: #121B19;
}
</style>