Shades of Dark Green #02221D
Tints of Dark Green #02221D
RGB
CMYK
RGB Variations
Color information
#02221D (or 0x02221D) is known color: Dark Green. HEX triplet: 02, 22 and 1D. RGB value is (2,34,29). Sum of RGB (Red+Green+Blue) = 2+34+29=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 29 (11.72% from 255 or 44.62% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #02221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02221D is #FDDDE2. Grayscale: #171717. Windows color (decimal): -16637411 or 1909250. OLE color: 1909250.
HSL color Cylindrical-coordinate representation of color #02221D: hue angle of 170.62º 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 #02221D is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 34 | 29 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.87 |
| HSL | 170.63º | 0.89% | 0.07% | - |
| HSV(B) | 170.63º | 0.94% | 0.13% | - |
| XYZ | 0.82 | 1.25 | 1.36 | - |
| YUV | 23.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 29 | 0.94 | 0 | 0.15 | 0.87 | 170.63 | 0.89 | 0.07 |
| Hex | 2 | 22 | 1D | 5E | 0 | F | 57 | AB | 59 | 7 |
| Octal | 2 | 42 | 35 | 136 | 0 | 17 | 127 | 253 | 131 | 7 |
| Binary | 10 | 100010 | 11101 | 1011110 | 0 | 1111 | 1010111 | 10101011 | 1011001 | 111 |
Color Harmonies of #02221D
Complementary color
Monochromatic Colors of #02221D
Black with #02221D
Text Example
Text Example
White with #02221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02221D; }
p { color: rgb(2,34,29); }
H1.HeaderClassName
{
color: #02221D;
}
.AnyTagClassName
{
color: #02221D;
}
</style>
background-color css
<style>
a { background-color: #02221D; }
a { background-color: rgb(2,34,29); }
div.DivClassName
{
background-color: #02221D;
}
.BgClassName
{
background-color: #02221D;
}
</style>
border-color css
<style>
span { border-color: #02221D; }
span { border-color: rgb(2,34,29); }
td.TdClassName
{
border-color: #02221D;
}
.TagClassName
{
border-color: #02221D;
}
</style>