Shades of Dark Green #02201E
Tints of Dark Green #02201E
RGB
CMYK
RGB Variations
Color information
#02201E (or 0x02201E) is known color: Dark Green. HEX triplet: 02, 20 and 1E. RGB value is (2,32,30). Sum of RGB (Red+Green+Blue) = 2+32+30=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 32 (12.89% from 255 or 50% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 32 - color contains mainly: green. Hex color #02201E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02201E is #FDDFE1. Grayscale: #161616. Windows color (decimal): -16637922 or 1974274. OLE color: 1974274.
HSL color Cylindrical-coordinate representation of color #02201E: hue angle of 176º degrees, saturation: 0.88, 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 #02201E is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 32 | 30 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.87 |
| HSL | 176º | 0.88% | 0.07% | - |
| HSV(B) | 176º | 0.94% | 0.13% | - |
| XYZ | 0.78 | 1.14 | 1.41 | - |
| YUV | 22.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 30 | 0.94 | 0 | 0.06 | 0.87 | 176 | 0.88 | 0.07 |
| Hex | 2 | 20 | 1E | 5E | 0 | 6 | 57 | B0 | 58 | 7 |
| Octal | 2 | 40 | 36 | 136 | 0 | 6 | 127 | 260 | 130 | 7 |
| Binary | 10 | 100000 | 11110 | 1011110 | 0 | 110 | 1010111 | 10110000 | 1011000 | 111 |
Color Harmonies of #02201E
Complementary color
Monochromatic Colors of #02201E
Black with #02201E
Text Example
Text Example
White with #02201E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02201E; }
p { color: rgb(2,32,30); }
H1.HeaderClassName
{
color: #02201E;
}
.AnyTagClassName
{
color: #02201E;
}
</style>
background-color css
<style>
a { background-color: #02201E; }
a { background-color: rgb(2,32,30); }
div.DivClassName
{
background-color: #02201E;
}
.BgClassName
{
background-color: #02201E;
}
</style>
border-color css
<style>
span { border-color: #02201E; }
span { border-color: rgb(2,32,30); }
td.TdClassName
{
border-color: #02201E;
}
.TagClassName
{
border-color: #02201E;
}
</style>