Shades of Dark Green #010904
Tints of Dark Green #010904
RGB
CMYK
RGB Variations
Color information
#010904 (or 0x010904) is known color: Dark Green. HEX triplet: 01, 09 and 04. RGB value is (1,9,4). Sum of RGB (Red+Green+Blue) = 1+9+4=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 9 (3.91% from 255 or 64.29% from 14); Blue value is 4 (1.95% from 255 or 28.57% from 14); Max value from RGB is 9 - color contains mainly: green. Hex color #010904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010904 is #FEF6FB. Grayscale: #060606. Windows color (decimal): -16709372 or 264449. OLE color: 264449.
HSL color Cylindrical-coordinate representation of color #010904: hue angle of 142.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #010904 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 9 | 4 | - |
CMYK | 0.89 | 0 | 0.56 | 0.96 |
HSL | 142.5º | 0.8% | 0.02% | - |
HSV(B) | 142.5º | 0.89% | 0.04% | - |
XYZ | 0.13 | 0.21 | 0.15 | - |
YUV | 6.04 | 126.85 | 124.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 9 | 4 | 0.89 | 0 | 0.56 | 0.96 | 142.5 | 0.8 | 0.02 |
Hex | 1 | 9 | 4 | 59 | 0 | 38 | 60 | 8E | 50 | 2 |
Octal | 1 | 11 | 4 | 131 | 0 | 70 | 140 | 216 | 120 | 2 |
Binary | 1 | 1001 | 100 | 1011001 | 0 | 111000 | 1100000 | 10001110 | 1010000 | 10 |
Color Harmonies of #010904
Complementary color
Monochromatic Colors of #010904
Black with #010904
Text Example
Text Example
White with #010904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010904; }
p { color: rgb(1,9,4); }
H1.HeaderClassName
{
color: #010904;
}
.AnyTagClassName
{
color: #010904;
}
</style>
background-color css
<style>
a { background-color: #010904; }
a { background-color: rgb(1,9,4); }
div.DivClassName
{
background-color: #010904;
}
.BgClassName
{
background-color: #010904;
}
</style>
border-color css
<style>
span { border-color: #010904; }
span { border-color: rgb(1,9,4); }
td.TdClassName
{
border-color: #010904;
}
.TagClassName
{
border-color: #010904;
}
</style>