Shades of Dark Green #001406
Tints of Dark Green #001406
RGB
CMYK
RGB Variations
Color information
#001406 (or 0x001406) is known color: Dark Green. HEX triplet: 00, 14 and 06. RGB value is (0,20,6). Sum of RGB (Red+Green+Blue) = 0+20+6=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 20 (8.20% from 255 or 76.92% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 20 - color contains mainly: green. Hex color #001406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001406 is #FFEBF9. Grayscale: #0C0C0C. Windows color (decimal): -16772090 or 398336. OLE color: 398336.
HSL color Cylindrical-coordinate representation of color #001406: hue angle of 138º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001406 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 20 | 6 | - |
| CMYK | 1 | 0 | 0.70 | 0.92 |
| HSL | 138º | 1% | 0.04% | - |
| HSV(B) | 138º | 1% | 0.08% | - |
| XYZ | 0.28 | 0.51 | 0.26 | - |
| YUV | 12.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 6 | 1 | 0 | 0.70 | 0.92 | 138 | 1 | 0.04 |
| Hex | 0 | 14 | 6 | 64 | 0 | 46 | 5C | 8A | 64 | 4 |
| Octal | 0 | 24 | 6 | 144 | 0 | 106 | 134 | 212 | 144 | 4 |
| Binary | 0 | 10100 | 110 | 1100100 | 0 | 1000110 | 1011100 | 10001010 | 1100100 | 100 |
Color Harmonies of #001406
Complementary color
Monochromatic Colors of #001406
Black with #001406
Text Example
Text Example
White with #001406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001406; }
p { color: rgb(0,20,6); }
H1.HeaderClassName
{
color: #001406;
}
.AnyTagClassName
{
color: #001406;
}
</style>
background-color css
<style>
a { background-color: #001406; }
a { background-color: rgb(0,20,6); }
div.DivClassName
{
background-color: #001406;
}
.BgClassName
{
background-color: #001406;
}
</style>
border-color css
<style>
span { border-color: #001406; }
span { border-color: rgb(0,20,6); }
td.TdClassName
{
border-color: #001406;
}
.TagClassName
{
border-color: #001406;
}
</style>