Shades of Dark Green #021411
Tints of Dark Green #021411
RGB
CMYK
RGB Variations
Color information
#021411 (or 0x021411) is known color: Dark Green. HEX triplet: 02, 14 and 11. RGB value is (2,20,17). Sum of RGB (Red+Green+Blue) = 2+20+17=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 20 (8.20% from 255 or 51.28% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 20 - color contains mainly: green. Hex color #021411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021411 is #FDEBEE. Grayscale: #0E0E0E. Windows color (decimal): -16641007 or 1119234. OLE color: 1119234.
HSL color Cylindrical-coordinate representation of color #021411: hue angle of 170º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021411 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 17 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.92 |
| HSL | 170º | 0.82% | 0.04% | - |
| HSV(B) | 170º | 0.9% | 0.08% | - |
| XYZ | 0.38 | 0.55 | 0.62 | - |
| YUV | 14.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 17 | 0.90 | 0 | 0.15 | 0.92 | 170 | 0.82 | 0.04 |
| Hex | 2 | 14 | 11 | 5A | 0 | F | 5C | AA | 52 | 4 |
| Octal | 2 | 24 | 21 | 132 | 0 | 17 | 134 | 252 | 122 | 4 |
| Binary | 10 | 10100 | 10001 | 1011010 | 0 | 1111 | 1011100 | 10101010 | 1010010 | 100 |
Color Harmonies of #021411
Complementary color
Monochromatic Colors of #021411
Black with #021411
Text Example
Text Example
White with #021411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021411; }
p { color: rgb(2,20,17); }
H1.HeaderClassName
{
color: #021411;
}
.AnyTagClassName
{
color: #021411;
}
</style>
background-color css
<style>
a { background-color: #021411; }
a { background-color: rgb(2,20,17); }
div.DivClassName
{
background-color: #021411;
}
.BgClassName
{
background-color: #021411;
}
</style>
border-color css
<style>
span { border-color: #021411; }
span { border-color: rgb(2,20,17); }
td.TdClassName
{
border-color: #021411;
}
.TagClassName
{
border-color: #021411;
}
</style>