Shades of Dark Green #02211E
Tints of Dark Green #02211E
RGB
CMYK
RGB Variations
Color information
#02211E (or 0x02211E) is known color: Dark Green. HEX triplet: 02, 21 and 1E. RGB value is (2,33,30). Sum of RGB (Red+Green+Blue) = 2+33+30=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #02211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02211E is #FDDEE1. Grayscale: #171717. Windows color (decimal): -16637666 or 1974530. OLE color: 1974530.
HSL color Cylindrical-coordinate representation of color #02211E: hue angle of 174.19º 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 #02211E is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 30 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.87 |
| HSL | 174.19º | 0.89% | 0.07% | - |
| HSV(B) | 174.19º | 0.94% | 0.13% | - |
| XYZ | 0.8 | 1.19 | 1.42 | - |
| YUV | 23.39 | 131.73 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 30 | 0.94 | 0 | 0.09 | 0.87 | 174.19 | 0.89 | 0.07 |
| Hex | 2 | 21 | 1E | 5E | 0 | 9 | 57 | AE | 59 | 7 |
| Octal | 2 | 41 | 36 | 136 | 0 | 11 | 127 | 256 | 131 | 7 |
| Binary | 10 | 100001 | 11110 | 1011110 | 0 | 1001 | 1010111 | 10101110 | 1011001 | 111 |
Color Harmonies of #02211E
Complementary color
Monochromatic Colors of #02211E
Black with #02211E
Text Example
Text Example
White with #02211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02211E; }
p { color: rgb(2,33,30); }
H1.HeaderClassName
{
color: #02211E;
}
.AnyTagClassName
{
color: #02211E;
}
</style>
background-color css
<style>
a { background-color: #02211E; }
a { background-color: rgb(2,33,30); }
div.DivClassName
{
background-color: #02211E;
}
.BgClassName
{
background-color: #02211E;
}
</style>
border-color css
<style>
span { border-color: #02211E; }
span { border-color: rgb(2,33,30); }
td.TdClassName
{
border-color: #02211E;
}
.TagClassName
{
border-color: #02211E;
}
</style>