Shades of Dark Green #02201C
Tints of Dark Green #02201C
RGB
CMYK
RGB Variations
Color information
#02201C (or 0x02201C) is known color: Dark Green. HEX triplet: 02, 20 and 1C. RGB value is (2,32,28). Sum of RGB (Red+Green+Blue) = 2+32+28=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #02201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02201C is #FDDFE3. Grayscale: #161616. Windows color (decimal): -16637924 or 1843202. OLE color: 1843202.
HSL color Cylindrical-coordinate representation of color #02201C: hue angle of 172º 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 #02201C is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 32 | 28 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.87 |
| HSL | 172º | 0.88% | 0.07% | - |
| HSV(B) | 172º | 0.94% | 0.13% | - |
| XYZ | 0.75 | 1.13 | 1.28 | - |
| YUV | 22.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 28 | 0.94 | 0 | 0.12 | 0.87 | 172 | 0.88 | 0.07 |
| Hex | 2 | 20 | 1C | 5E | 0 | C | 57 | AC | 58 | 7 |
| Octal | 2 | 40 | 34 | 136 | 0 | 14 | 127 | 254 | 130 | 7 |
| Binary | 10 | 100000 | 11100 | 1011110 | 0 | 1100 | 1010111 | 10101100 | 1011000 | 111 |
Color Harmonies of #02201C
Complementary color
Monochromatic Colors of #02201C
Black with #02201C
Text Example
Text Example
White with #02201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02201C; }
p { color: rgb(2,32,28); }
H1.HeaderClassName
{
color: #02201C;
}
.AnyTagClassName
{
color: #02201C;
}
</style>
background-color css
<style>
a { background-color: #02201C; }
a { background-color: rgb(2,32,28); }
div.DivClassName
{
background-color: #02201C;
}
.BgClassName
{
background-color: #02201C;
}
</style>
border-color css
<style>
span { border-color: #02201C; }
span { border-color: rgb(2,32,28); }
td.TdClassName
{
border-color: #02201C;
}
.TagClassName
{
border-color: #02201C;
}
</style>