Shades of Dark Green #010804
Tints of Dark Green #010804
RGB
CMYK
RGB Variations
Color information
#010804 (or 0x010804) is known color: Dark Green. HEX triplet: 01, 08 and 04. RGB value is (1,8,4). Sum of RGB (Red+Green+Blue) = 1+8+4=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 8 (3.52% from 255 or 61.54% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 8 - color contains mainly: green. Hex color #010804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010804 is #FEF7FB. Grayscale: #050505. Windows color (decimal): -16709628 or 264193. OLE color: 264193.
HSL color Cylindrical-coordinate representation of color #010804: hue angle of 145.71º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #010804 is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 1 | 8 | 4 | - |
| CMYK | 0.88 | 0 | 0.5 | 0.97 |
| HSL | 145.71º | 0.78% | 0.02% | - |
| HSV(B) | 145.71º | 0.88% | 0.03% | - |
| XYZ | 0.12 | 0.19 | 0.14 | - |
| YUV | 5.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 4 | 0.88 | 0 | 0.5 | 0.97 | 145.71 | 0.78 | 0.02 |
| Hex | 1 | 8 | 4 | 58 | 0 | 32 | 61 | 92 | 4E | 2 |
| Octal | 1 | 10 | 4 | 130 | 0 | 62 | 141 | 222 | 116 | 2 |
| Binary | 1 | 1000 | 100 | 1011000 | 0 | 110010 | 1100001 | 10010010 | 1001110 | 10 |
Color Harmonies of #010804
Complementary color
Monochromatic Colors of #010804
Black with #010804
Text Example
Text Example
White with #010804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010804; }
p { color: rgb(1,8,4); }
H1.HeaderClassName
{
color: #010804;
}
.AnyTagClassName
{
color: #010804;
}
</style>
background-color css
<style>
a { background-color: #010804; }
a { background-color: rgb(1,8,4); }
div.DivClassName
{
background-color: #010804;
}
.BgClassName
{
background-color: #010804;
}
</style>
border-color css
<style>
span { border-color: #010804; }
span { border-color: rgb(1,8,4); }
td.TdClassName
{
border-color: #010804;
}
.TagClassName
{
border-color: #010804;
}
</style>