Shades of Dark Green #021F18
Tints of Dark Green #021F18
RGB
CMYK
RGB Variations
Color information
#021F18 (or 0x021F18) is known color: Dark Green. HEX triplet: 02, 1F and 18. RGB value is (2,31,24). Sum of RGB (Red+Green+Blue) = 2+31+24=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 31 (12.5% from 255 or 54.39% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 31 - color contains mainly: green. Hex color #021F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F18 is #FDE0E7. Grayscale: #151515. Windows color (decimal): -16638184 or 1580802. OLE color: 1580802.
HSL color Cylindrical-coordinate representation of color #021F18: hue angle of 165.52º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021F18 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 31 | 24 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.88 |
| HSL | 165.52º | 0.88% | 0.06% | - |
| HSV(B) | 165.52º | 0.94% | 0.12% | - |
| XYZ | 0.68 | 1.06 | 1.03 | - |
| YUV | 21.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 24 | 0.94 | 0 | 0.23 | 0.88 | 165.52 | 0.88 | 0.06 |
| Hex | 2 | 1F | 18 | 5E | 0 | 17 | 58 | A6 | 58 | 6 |
| Octal | 2 | 37 | 30 | 136 | 0 | 27 | 130 | 246 | 130 | 6 |
| Binary | 10 | 11111 | 11000 | 1011110 | 0 | 10111 | 1011000 | 10100110 | 1011000 | 110 |
Color Harmonies of #021F18
Complementary color
Monochromatic Colors of #021F18
Black with #021F18
Text Example
Text Example
White with #021F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F18; }
p { color: rgb(2,31,24); }
H1.HeaderClassName
{
color: #021F18;
}
.AnyTagClassName
{
color: #021F18;
}
</style>
background-color css
<style>
a { background-color: #021F18; }
a { background-color: rgb(2,31,24); }
div.DivClassName
{
background-color: #021F18;
}
.BgClassName
{
background-color: #021F18;
}
</style>
border-color css
<style>
span { border-color: #021F18; }
span { border-color: rgb(2,31,24); }
td.TdClassName
{
border-color: #021F18;
}
.TagClassName
{
border-color: #021F18;
}
</style>