Shades of Dark Green #021F16
Tints of Dark Green #021F16
RGB
CMYK
RGB Variations
Color information
#021F16 (or 0x021F16) is known color: Dark Green. HEX triplet: 02, 1F and 16. RGB value is (2,31,22). Sum of RGB (Red+Green+Blue) = 2+31+22=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #021F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F16 is #FDE0E9. Grayscale: #151515. Windows color (decimal): -16638186 or 1449730. OLE color: 1449730.
HSL color Cylindrical-coordinate representation of color #021F16: hue angle of 161.38º 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 #021F16 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 31 | 22 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.88 |
| HSL | 161.38º | 0.88% | 0.06% | - |
| HSV(B) | 161.38º | 0.94% | 0.12% | - |
| XYZ | 0.66 | 1.05 | 0.93 | - |
| YUV | 21.3 | 128.39 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 22 | 0.94 | 0 | 0.29 | 0.88 | 161.38 | 0.88 | 0.06 |
| Hex | 2 | 1F | 16 | 5E | 0 | 1D | 58 | A1 | 58 | 6 |
| Octal | 2 | 37 | 26 | 136 | 0 | 35 | 130 | 241 | 130 | 6 |
| Binary | 10 | 11111 | 10110 | 1011110 | 0 | 11101 | 1011000 | 10100001 | 1011000 | 110 |
Color Harmonies of #021F16
Complementary color
Monochromatic Colors of #021F16
Black with #021F16
Text Example
Text Example
White with #021F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F16; }
p { color: rgb(2,31,22); }
H1.HeaderClassName
{
color: #021F16;
}
.AnyTagClassName
{
color: #021F16;
}
</style>
background-color css
<style>
a { background-color: #021F16; }
a { background-color: rgb(2,31,22); }
div.DivClassName
{
background-color: #021F16;
}
.BgClassName
{
background-color: #021F16;
}
</style>
border-color css
<style>
span { border-color: #021F16; }
span { border-color: rgb(2,31,22); }
td.TdClassName
{
border-color: #021F16;
}
.TagClassName
{
border-color: #021F16;
}
</style>