Shades of Dark Green #021E16
Tints of Dark Green #021E16
RGB
CMYK
RGB Variations
Color information
#021E16 (or 0x021E16) is known color: Dark Green. HEX triplet: 02, 1E and 16. RGB value is (2,30,22). Sum of RGB (Red+Green+Blue) = 2+30+22=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #021E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E16 is #FDE1E9. Grayscale: #141414. Windows color (decimal): -16638442 or 1449474. OLE color: 1449474.
HSL color Cylindrical-coordinate representation of color #021E16: hue angle of 162.86º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021E16 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 22 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.88 |
| HSL | 162.86º | 0.88% | 0.06% | - |
| HSV(B) | 162.86º | 0.93% | 0.12% | - |
| XYZ | 0.63 | 1 | 0.92 | - |
| YUV | 20.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 22 | 0.93 | 0 | 0.27 | 0.88 | 162.86 | 0.88 | 0.06 |
| Hex | 2 | 1E | 16 | 5D | 0 | 1B | 58 | A3 | 58 | 6 |
| Octal | 2 | 36 | 26 | 135 | 0 | 33 | 130 | 243 | 130 | 6 |
| Binary | 10 | 11110 | 10110 | 1011101 | 0 | 11011 | 1011000 | 10100011 | 1011000 | 110 |
Color Harmonies of #021E16
Complementary color
Monochromatic Colors of #021E16
Black with #021E16
Text Example
Text Example
White with #021E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E16; }
p { color: rgb(2,30,22); }
H1.HeaderClassName
{
color: #021E16;
}
.AnyTagClassName
{
color: #021E16;
}
</style>
background-color css
<style>
a { background-color: #021E16; }
a { background-color: rgb(2,30,22); }
div.DivClassName
{
background-color: #021E16;
}
.BgClassName
{
background-color: #021E16;
}
</style>
border-color css
<style>
span { border-color: #021E16; }
span { border-color: rgb(2,30,22); }
td.TdClassName
{
border-color: #021E16;
}
.TagClassName
{
border-color: #021E16;
}
</style>