Shades of Dark Green #02211D
Tints of Dark Green #02211D
RGB
CMYK
RGB Variations
Color information
#02211D (or 0x02211D) is known color: Dark Green. HEX triplet: 02, 21 and 1D. RGB value is (2,33,29). Sum of RGB (Red+Green+Blue) = 2+33+29=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #02211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02211D is #FDDEE2. Grayscale: #171717. Windows color (decimal): -16637667 or 1908994. OLE color: 1908994.
HSL color Cylindrical-coordinate representation of color #02211D: hue angle of 172.26º 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 #02211D is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 29 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.87 |
| HSL | 172.26º | 0.89% | 0.07% | - |
| HSV(B) | 172.26º | 0.94% | 0.13% | - |
| XYZ | 0.79 | 1.19 | 1.35 | - |
| YUV | 23.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 29 | 0.94 | 0 | 0.12 | 0.87 | 172.26 | 0.89 | 0.07 |
| Hex | 2 | 21 | 1D | 5E | 0 | C | 57 | AC | 59 | 7 |
| Octal | 2 | 41 | 35 | 136 | 0 | 14 | 127 | 254 | 131 | 7 |
| Binary | 10 | 100001 | 11101 | 1011110 | 0 | 1100 | 1010111 | 10101100 | 1011001 | 111 |
Color Harmonies of #02211D
Complementary color
Monochromatic Colors of #02211D
Black with #02211D
Text Example
Text Example
White with #02211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02211D; }
p { color: rgb(2,33,29); }
H1.HeaderClassName
{
color: #02211D;
}
.AnyTagClassName
{
color: #02211D;
}
</style>
background-color css
<style>
a { background-color: #02211D; }
a { background-color: rgb(2,33,29); }
div.DivClassName
{
background-color: #02211D;
}
.BgClassName
{
background-color: #02211D;
}
</style>
border-color css
<style>
span { border-color: #02211D; }
span { border-color: rgb(2,33,29); }
td.TdClassName
{
border-color: #02211D;
}
.TagClassName
{
border-color: #02211D;
}
</style>