Shades of Dark Green #121B18
Tints of Dark Green #121B18
RGB
CMYK
RGB Variations
Color information
#121B18 (or 0x121B18) is known color: Dark Green. HEX triplet: 12, 1B and 18. RGB value is (18,27,24). Sum of RGB (Red+Green+Blue) = 18+27+24=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 27 - color contains mainly: green. Hex color #121B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121B18 is #EDE4E7. Grayscale: #171717. Windows color (decimal): -15590632 or 1579794. OLE color: 1579794.
HSL color Cylindrical-coordinate representation of color #121B18: hue angle of 160º 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 #121B18 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 27 | 24 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.89 |
| HSL | 160º | 0.2% | 0.09% | - |
| HSV(B) | 160º | 0.33% | 0.11% | - |
| XYZ | 0.81 | 0.98 | 1.01 | - |
| YUV | 23.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 24 | 0.33 | 0 | 0.11 | 0.89 | 160 | 0.2 | 0.09 |
| Hex | 12 | 1B | 18 | 21 | 0 | B | 59 | A0 | 14 | 9 |
| Octal | 22 | 33 | 30 | 41 | 0 | 13 | 131 | 240 | 24 | 11 |
| Binary | 10010 | 11011 | 11000 | 100001 | 0 | 1011 | 1011001 | 10100000 | 10100 | 1001 |
Color Harmonies of #121B18
Complementary color
Monochromatic Colors of #121B18
Black with #121B18
Text Example
Text Example
White with #121B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121B18; }
p { color: rgb(18,27,24); }
H1.HeaderClassName
{
color: #121B18;
}
.AnyTagClassName
{
color: #121B18;
}
</style>
background-color css
<style>
a { background-color: #121B18; }
a { background-color: rgb(18,27,24); }
div.DivClassName
{
background-color: #121B18;
}
.BgClassName
{
background-color: #121B18;
}
</style>
border-color css
<style>
span { border-color: #121B18; }
span { border-color: rgb(18,27,24); }
td.TdClassName
{
border-color: #121B18;
}
.TagClassName
{
border-color: #121B18;
}
</style>