Shades of Dark Green #021918
Tints of Dark Green #021918
RGB
CMYK
RGB Variations
Color information
#021918 (or 0x021918) is known color: Dark Green. HEX triplet: 02, 19 and 18. RGB value is (2,25,24). Sum of RGB (Red+Green+Blue) = 2+25+24=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #021918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021918 is #FDE6E7. Grayscale: #111111. Windows color (decimal): -16639720 or 1579266. OLE color: 1579266.
HSL color Cylindrical-coordinate representation of color #021918: hue angle of 177.39º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021918 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 25 | 24 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.90 |
| HSL | 177.39º | 0.85% | 0.05% | - |
| HSV(B) | 177.39º | 0.92% | 0.1% | - |
| XYZ | 0.54 | 0.77 | 0.99 | - |
| YUV | 18.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 24 | 0.92 | 0 | 0.04 | 0.90 | 177.39 | 0.85 | 0.05 |
| Hex | 2 | 19 | 18 | 5C | 0 | 4 | 5A | B1 | 55 | 5 |
| Octal | 2 | 31 | 30 | 134 | 0 | 4 | 132 | 261 | 125 | 5 |
| Binary | 10 | 11001 | 11000 | 1011100 | 0 | 100 | 1011010 | 10110001 | 1010101 | 101 |
Color Harmonies of #021918
Complementary color
Monochromatic Colors of #021918
Black with #021918
Text Example
Text Example
White with #021918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021918; }
p { color: rgb(2,25,24); }
H1.HeaderClassName
{
color: #021918;
}
.AnyTagClassName
{
color: #021918;
}
</style>
background-color css
<style>
a { background-color: #021918; }
a { background-color: rgb(2,25,24); }
div.DivClassName
{
background-color: #021918;
}
.BgClassName
{
background-color: #021918;
}
</style>
border-color css
<style>
span { border-color: #021918; }
span { border-color: rgb(2,25,24); }
td.TdClassName
{
border-color: #021918;
}
.TagClassName
{
border-color: #021918;
}
</style>