Shades of Dark Green #02220B
Tints of Dark Green #02220B
RGB
CMYK
RGB Variations
Color information
#02220B (or 0x02220B) is known color: Dark Green. HEX triplet: 02, 22 and 0B. RGB value is (2,34,11). Sum of RGB (Red+Green+Blue) = 2+34+11=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 34 (13.67% from 255 or 72.34% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 34 - color contains mainly: green. Hex color #02220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02220B is #FDDDF4. Grayscale: #151515. Windows color (decimal): -16637429 or 729602. OLE color: 729602.
HSL color Cylindrical-coordinate representation of color #02220B: hue angle of 136.88º 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 #02220B is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 34 | 11 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.87 |
| HSL | 136.88º | 0.89% | 0.07% | - |
| HSV(B) | 136.88º | 0.94% | 0.13% | - |
| XYZ | 0.66 | 1.18 | 0.51 | - |
| YUV | 21.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 11 | 0.94 | 0 | 0.68 | 0.87 | 136.88 | 0.89 | 0.07 |
| Hex | 2 | 22 | B | 5E | 0 | 44 | 57 | 89 | 59 | 7 |
| Octal | 2 | 42 | 13 | 136 | 0 | 104 | 127 | 211 | 131 | 7 |
| Binary | 10 | 100010 | 1011 | 1011110 | 0 | 1000100 | 1010111 | 10001001 | 1011001 | 111 |
Color Harmonies of #02220B
Complementary color
Monochromatic Colors of #02220B
Black with #02220B
Text Example
Text Example
White with #02220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02220B; }
p { color: rgb(2,34,11); }
H1.HeaderClassName
{
color: #02220B;
}
.AnyTagClassName
{
color: #02220B;
}
</style>
background-color css
<style>
a { background-color: #02220B; }
a { background-color: rgb(2,34,11); }
div.DivClassName
{
background-color: #02220B;
}
.BgClassName
{
background-color: #02220B;
}
</style>
border-color css
<style>
span { border-color: #02220B; }
span { border-color: rgb(2,34,11); }
td.TdClassName
{
border-color: #02220B;
}
.TagClassName
{
border-color: #02220B;
}
</style>