Shades of Dark Green #02210D
Tints of Dark Green #02210D
RGB
CMYK
RGB Variations
Color information
#02210D (or 0x02210D) is known color: Dark Green. HEX triplet: 02, 21 and 0D. RGB value is (2,33,13). Sum of RGB (Red+Green+Blue) = 2+33+13=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 33 (13.28% from 255 or 68.75% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 33 - color contains mainly: green. Hex color #02210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02210D is #FDDEF2. Grayscale: #151515. Windows color (decimal): -16637683 or 860418. OLE color: 860418.
HSL color Cylindrical-coordinate representation of color #02210D: hue angle of 141.29º 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 #02210D is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 13 | - |
| CMYK | 0.94 | 0 | 0.61 | 0.87 |
| HSL | 141.29º | 0.89% | 0.07% | - |
| HSV(B) | 141.29º | 0.94% | 0.13% | - |
| XYZ | 0.64 | 1.13 | 0.57 | - |
| YUV | 21.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 13 | 0.94 | 0 | 0.61 | 0.87 | 141.29 | 0.89 | 0.07 |
| Hex | 2 | 21 | D | 5E | 0 | 3D | 57 | 8D | 59 | 7 |
| Octal | 2 | 41 | 15 | 136 | 0 | 75 | 127 | 215 | 131 | 7 |
| Binary | 10 | 100001 | 1101 | 1011110 | 0 | 111101 | 1010111 | 10001101 | 1011001 | 111 |
Color Harmonies of #02210D
Complementary color
Monochromatic Colors of #02210D
Black with #02210D
Text Example
Text Example
White with #02210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02210D; }
p { color: rgb(2,33,13); }
H1.HeaderClassName
{
color: #02210D;
}
.AnyTagClassName
{
color: #02210D;
}
</style>
background-color css
<style>
a { background-color: #02210D; }
a { background-color: rgb(2,33,13); }
div.DivClassName
{
background-color: #02210D;
}
.BgClassName
{
background-color: #02210D;
}
</style>
border-color css
<style>
span { border-color: #02210D; }
span { border-color: rgb(2,33,13); }
td.TdClassName
{
border-color: #02210D;
}
.TagClassName
{
border-color: #02210D;
}
</style>