Shades of Dark Green #021211
Tints of Dark Green #021211
RGB
CMYK
RGB Variations
Color information
#021211 (or 0x021211) is known color: Dark Green. HEX triplet: 02, 12 and 11. RGB value is (2,18,17). Sum of RGB (Red+Green+Blue) = 2+18+17=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #021211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021211 is #FDEDEE. Grayscale: #0D0D0D. Windows color (decimal): -16641519 or 1118722. OLE color: 1118722.
HSL color Cylindrical-coordinate representation of color #021211: hue angle of 176.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021211 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 18 | 17 | - |
| CMYK | 0.89 | 0 | 0.06 | 0.93 |
| HSL | 176.25º | 0.8% | 0.04% | - |
| HSV(B) | 176.25º | 0.89% | 0.07% | - |
| XYZ | 0.34 | 0.49 | 0.61 | - |
| YUV | 13.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 17 | 0.89 | 0 | 0.06 | 0.93 | 176.25 | 0.8 | 0.04 |
| Hex | 2 | 12 | 11 | 59 | 0 | 6 | 5D | B0 | 50 | 4 |
| Octal | 2 | 22 | 21 | 131 | 0 | 6 | 135 | 260 | 120 | 4 |
| Binary | 10 | 10010 | 10001 | 1011001 | 0 | 110 | 1011101 | 10110000 | 1010000 | 100 |
Color Harmonies of #021211
Complementary color
Monochromatic Colors of #021211
Black with #021211
Text Example
Text Example
White with #021211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021211; }
p { color: rgb(2,18,17); }
H1.HeaderClassName
{
color: #021211;
}
.AnyTagClassName
{
color: #021211;
}
</style>
background-color css
<style>
a { background-color: #021211; }
a { background-color: rgb(2,18,17); }
div.DivClassName
{
background-color: #021211;
}
.BgClassName
{
background-color: #021211;
}
</style>
border-color css
<style>
span { border-color: #021211; }
span { border-color: rgb(2,18,17); }
td.TdClassName
{
border-color: #021211;
}
.TagClassName
{
border-color: #021211;
}
</style>