Shades of Dark Green #02210C
Tints of Dark Green #02210C
RGB
CMYK
RGB Variations
Color information
#02210C (or 0x02210C) is known color: Dark Green. HEX triplet: 02, 21 and 0C. RGB value is (2,33,12). Sum of RGB (Red+Green+Blue) = 2+33+12=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 33 (13.28% from 255 or 70.21% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 33 - color contains mainly: green. Hex color #02210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02210C is #FDDEF3. Grayscale: #151515. Windows color (decimal): -16637684 or 794882. OLE color: 794882.
HSL color Cylindrical-coordinate representation of color #02210C: hue angle of 139.35º 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 #02210C is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 12 | - |
| CMYK | 0.94 | 0 | 0.64 | 0.87 |
| HSL | 139.35º | 0.89% | 0.07% | - |
| HSV(B) | 139.35º | 0.94% | 0.13% | - |
| XYZ | 0.64 | 1.13 | 0.53 | - |
| YUV | 21.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 12 | 0.94 | 0 | 0.64 | 0.87 | 139.35 | 0.89 | 0.07 |
| Hex | 2 | 21 | C | 5E | 0 | 40 | 57 | 8B | 59 | 7 |
| Octal | 2 | 41 | 14 | 136 | 0 | 100 | 127 | 213 | 131 | 7 |
| Binary | 10 | 100001 | 1100 | 1011110 | 0 | 1000000 | 1010111 | 10001011 | 1011001 | 111 |
Color Harmonies of #02210C
Complementary color
Monochromatic Colors of #02210C
Black with #02210C
Text Example
Text Example
White with #02210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02210C; }
p { color: rgb(2,33,12); }
H1.HeaderClassName
{
color: #02210C;
}
.AnyTagClassName
{
color: #02210C;
}
</style>
background-color css
<style>
a { background-color: #02210C; }
a { background-color: rgb(2,33,12); }
div.DivClassName
{
background-color: #02210C;
}
.BgClassName
{
background-color: #02210C;
}
</style>
border-color css
<style>
span { border-color: #02210C; }
span { border-color: rgb(2,33,12); }
td.TdClassName
{
border-color: #02210C;
}
.TagClassName
{
border-color: #02210C;
}
</style>