Shades of Dark Green #02210E
Tints of Dark Green #02210E
RGB
CMYK
RGB Variations
Color information
#02210E (or 0x02210E) is known color: Dark Green. HEX triplet: 02, 21 and 0E. RGB value is (2,33,14). Sum of RGB (Red+Green+Blue) = 2+33+14=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #02210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02210E is #FDDEF1. Grayscale: #151515. Windows color (decimal): -16637682 or 925954. OLE color: 925954.
HSL color Cylindrical-coordinate representation of color #02210E: hue angle of 143.23º 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 #02210E is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 14 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.87 |
| HSL | 143.23º | 0.89% | 0.07% | - |
| HSV(B) | 143.23º | 0.94% | 0.13% | - |
| XYZ | 0.65 | 1.13 | 0.6 | - |
| YUV | 21.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 14 | 0.94 | 0 | 0.58 | 0.87 | 143.23 | 0.89 | 0.07 |
| Hex | 2 | 21 | E | 5E | 0 | 3A | 57 | 8F | 59 | 7 |
| Octal | 2 | 41 | 16 | 136 | 0 | 72 | 127 | 217 | 131 | 7 |
| Binary | 10 | 100001 | 1110 | 1011110 | 0 | 111010 | 1010111 | 10001111 | 1011001 | 111 |
Color Harmonies of #02210E
Complementary color
Monochromatic Colors of #02210E
Black with #02210E
Text Example
Text Example
White with #02210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02210E; }
p { color: rgb(2,33,14); }
H1.HeaderClassName
{
color: #02210E;
}
.AnyTagClassName
{
color: #02210E;
}
</style>
background-color css
<style>
a { background-color: #02210E; }
a { background-color: rgb(2,33,14); }
div.DivClassName
{
background-color: #02210E;
}
.BgClassName
{
background-color: #02210E;
}
</style>
border-color css
<style>
span { border-color: #02210E; }
span { border-color: rgb(2,33,14); }
td.TdClassName
{
border-color: #02210E;
}
.TagClassName
{
border-color: #02210E;
}
</style>