Shades of Dark Green #02221E
Tints of Dark Green #02221E
RGB
CMYK
RGB Variations
Color information
#02221E (or 0x02221E) is known color: Dark Green. HEX triplet: 02, 22 and 1E. RGB value is (2,34,30). Sum of RGB (Red+Green+Blue) = 2+34+30=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #02221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02221E is #FDDDE1. Grayscale: #171717. Windows color (decimal): -16637410 or 1974786. OLE color: 1974786.
HSL color Cylindrical-coordinate representation of color #02221E: hue angle of 172.5º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02221E is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 34 | 30 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.87 |
| HSL | 172.5º | 0.89% | 0.07% | - |
| HSV(B) | 172.5º | 0.94% | 0.13% | - |
| XYZ | 0.83 | 1.25 | 1.43 | - |
| YUV | 23.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 30 | 0.94 | 0 | 0.12 | 0.87 | 172.5 | 0.89 | 0.07 |
| Hex | 2 | 22 | 1E | 5E | 0 | C | 57 | AC | 59 | 7 |
| Octal | 2 | 42 | 36 | 136 | 0 | 14 | 127 | 254 | 131 | 7 |
| Binary | 10 | 100010 | 11110 | 1011110 | 0 | 1100 | 1010111 | 10101100 | 1011001 | 111 |
Color Harmonies of #02221E
Complementary color
Monochromatic Colors of #02221E
Black with #02221E
Text Example
Text Example
White with #02221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02221E; }
p { color: rgb(2,34,30); }
H1.HeaderClassName
{
color: #02221E;
}
.AnyTagClassName
{
color: #02221E;
}
</style>
background-color css
<style>
a { background-color: #02221E; }
a { background-color: rgb(2,34,30); }
div.DivClassName
{
background-color: #02221E;
}
.BgClassName
{
background-color: #02221E;
}
</style>
border-color css
<style>
span { border-color: #02221E; }
span { border-color: rgb(2,34,30); }
td.TdClassName
{
border-color: #02221E;
}
.TagClassName
{
border-color: #02221E;
}
</style>