Shades of Dark Green #021611
Tints of Dark Green #021611
RGB
CMYK
RGB Variations
Color information
#021611 (or 0x021611) is known color: Dark Green. HEX triplet: 02, 16 and 11. RGB value is (2,22,17). Sum of RGB (Red+Green+Blue) = 2+22+17=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #021611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021611 is #FDE9EE. Grayscale: #0F0F0F. Windows color (decimal): -16640495 or 1119746. OLE color: 1119746.
HSL color Cylindrical-coordinate representation of color #021611: hue angle of 165º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #021611 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 22 | 17 | - |
| CMYK | 0.91 | 0 | 0.23 | 0.91 |
| HSL | 165º | 0.83% | 0.05% | - |
| HSV(B) | 165º | 0.91% | 0.09% | - |
| XYZ | 0.41 | 0.63 | 0.63 | - |
| YUV | 15.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 17 | 0.91 | 0 | 0.23 | 0.91 | 165 | 0.83 | 0.05 |
| Hex | 2 | 16 | 11 | 5B | 0 | 17 | 5B | A5 | 53 | 5 |
| Octal | 2 | 26 | 21 | 133 | 0 | 27 | 133 | 245 | 123 | 5 |
| Binary | 10 | 10110 | 10001 | 1011011 | 0 | 10111 | 1011011 | 10100101 | 1010011 | 101 |
Color Harmonies of #021611
Complementary color
Monochromatic Colors of #021611
Black with #021611
Text Example
Text Example
White with #021611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021611; }
p { color: rgb(2,22,17); }
H1.HeaderClassName
{
color: #021611;
}
.AnyTagClassName
{
color: #021611;
}
</style>
background-color css
<style>
a { background-color: #021611; }
a { background-color: rgb(2,22,17); }
div.DivClassName
{
background-color: #021611;
}
.BgClassName
{
background-color: #021611;
}
</style>
border-color css
<style>
span { border-color: #021611; }
span { border-color: rgb(2,22,17); }
td.TdClassName
{
border-color: #021611;
}
.TagClassName
{
border-color: #021611;
}
</style>