Shades of Dark Green #001906
Tints of Dark Green #001906
RGB
CMYK
RGB Variations
Color information
#001906 (or 0x001906) is known color: Dark Green. HEX triplet: 00, 19 and 06. RGB value is (0,25,6). Sum of RGB (Red+Green+Blue) = 0+25+6=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 25 (10.16% from 255 or 80.65% from 31); Blue value is 6 (2.73% from 255 or 19.35% from 31); Max value from RGB is 25 - color contains mainly: green. Hex color #001906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001906 is #FFE6F9. Grayscale: #0F0F0F. Windows color (decimal): -16770810 or 399616. OLE color: 399616.
HSL color Cylindrical-coordinate representation of color #001906: hue angle of 134.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001906 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 6 | - |
| CMYK | 1 | 0 | 0.76 | 0.90 |
| HSL | 134.4º | 1% | 0.05% | - |
| HSV(B) | 134.4º | 1% | 0.1% | - |
| XYZ | 0.38 | 0.71 | 0.29 | - |
| YUV | 15.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 6 | 1 | 0 | 0.76 | 0.90 | 134.4 | 1 | 0.05 |
| Hex | 0 | 19 | 6 | 64 | 0 | 4C | 5A | 86 | 64 | 5 |
| Octal | 0 | 31 | 6 | 144 | 0 | 114 | 132 | 206 | 144 | 5 |
| Binary | 0 | 11001 | 110 | 1100100 | 0 | 1001100 | 1011010 | 10000110 | 1100100 | 101 |
Color Harmonies of #001906
Complementary color
Monochromatic Colors of #001906
Black with #001906
Text Example
Text Example
White with #001906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001906; }
p { color: rgb(0,25,6); }
H1.HeaderClassName
{
color: #001906;
}
.AnyTagClassName
{
color: #001906;
}
</style>
background-color css
<style>
a { background-color: #001906; }
a { background-color: rgb(0,25,6); }
div.DivClassName
{
background-color: #001906;
}
.BgClassName
{
background-color: #001906;
}
</style>
border-color css
<style>
span { border-color: #001906; }
span { border-color: rgb(0,25,6); }
td.TdClassName
{
border-color: #001906;
}
.TagClassName
{
border-color: #001906;
}
</style>