Shades of Dark Green #02201D
Tints of Dark Green #02201D
RGB
CMYK
RGB Variations
Color information
#02201D (or 0x02201D) is known color: Dark Green. HEX triplet: 02, 20 and 1D. RGB value is (2,32,29). Sum of RGB (Red+Green+Blue) = 2+32+29=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 32 (12.89% from 255 or 50.79% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 32 - color contains mainly: green. Hex color #02201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02201D is #FDDFE2. Grayscale: #161616. Windows color (decimal): -16637923 or 1908738. OLE color: 1908738.
HSL color Cylindrical-coordinate representation of color #02201D: hue angle of 174º 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 #02201D is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
RGB | 2 | 32 | 29 | - |
CMYK | 0.94 | 0 | 0.09 | 0.87 |
HSL | 174º | 0.88% | 0.07% | - |
HSV(B) | 174º | 0.94% | 0.13% | - |
XYZ | 0.76 | 1.13 | 1.34 | - |
YUV | 22.69 | 131.56 | 113.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 32 | 29 | 0.94 | 0 | 0.09 | 0.87 | 174 | 0.88 | 0.07 |
Hex | 2 | 20 | 1D | 5E | 0 | 9 | 57 | AE | 58 | 7 |
Octal | 2 | 40 | 35 | 136 | 0 | 11 | 127 | 256 | 130 | 7 |
Binary | 10 | 100000 | 11101 | 1011110 | 0 | 1001 | 1010111 | 10101110 | 1011000 | 111 |
Color Harmonies of #02201D
Complementary color
Monochromatic Colors of #02201D
Black with #02201D
Text Example
Text Example
White with #02201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02201D; }
p { color: rgb(2,32,29); }
H1.HeaderClassName
{
color: #02201D;
}
.AnyTagClassName
{
color: #02201D;
}
</style>
background-color css
<style>
a { background-color: #02201D; }
a { background-color: rgb(2,32,29); }
div.DivClassName
{
background-color: #02201D;
}
.BgClassName
{
background-color: #02201D;
}
</style>
border-color css
<style>
span { border-color: #02201D; }
span { border-color: rgb(2,32,29); }
td.TdClassName
{
border-color: #02201D;
}
.TagClassName
{
border-color: #02201D;
}
</style>