Shades of Dark Green #021406
Tints of Dark Green #021406
RGB
CMYK
RGB Variations
Color information
#021406 (or 0x021406) is known color: Dark Green. HEX triplet: 02, 14 and 06. RGB value is (2,20,6). Sum of RGB (Red+Green+Blue) = 2+20+6=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 20 (8.20% from 255 or 71.43% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 20 - color contains mainly: green. Hex color #021406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021406 is #FDEBF9. Grayscale: #0D0D0D. Windows color (decimal): -16641018 or 398338. OLE color: 398338.
HSL color Cylindrical-coordinate representation of color #021406: hue angle of 133.33º 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 #021406 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 6 | - |
| CMYK | 0.90 | 0 | 0.70 | 0.92 |
| HSL | 133.33º | 0.82% | 0.04% | - |
| HSV(B) | 133.33º | 0.9% | 0.08% | - |
| XYZ | 0.31 | 0.53 | 0.26 | - |
| YUV | 13.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 6 | 0.90 | 0 | 0.70 | 0.92 | 133.33 | 0.82 | 0.04 |
| Hex | 2 | 14 | 6 | 5A | 0 | 46 | 5C | 85 | 52 | 4 |
| Octal | 2 | 24 | 6 | 132 | 0 | 106 | 134 | 205 | 122 | 4 |
| Binary | 10 | 10100 | 110 | 1011010 | 0 | 1000110 | 1011100 | 10000101 | 1010010 | 100 |
Color Harmonies of #021406
Complementary color
Monochromatic Colors of #021406
Black with #021406
Text Example
Text Example
White with #021406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021406; }
p { color: rgb(2,20,6); }
H1.HeaderClassName
{
color: #021406;
}
.AnyTagClassName
{
color: #021406;
}
</style>
background-color css
<style>
a { background-color: #021406; }
a { background-color: rgb(2,20,6); }
div.DivClassName
{
background-color: #021406;
}
.BgClassName
{
background-color: #021406;
}
</style>
border-color css
<style>
span { border-color: #021406; }
span { border-color: rgb(2,20,6); }
td.TdClassName
{
border-color: #021406;
}
.TagClassName
{
border-color: #021406;
}
</style>