Shades of Dark Green #010905
Tints of Dark Green #010905
RGB
CMYK
RGB Variations
Color information
#010905 (or 0x010905) is known color: Dark Green. HEX triplet: 01, 09 and 05. RGB value is (1,9,5). Sum of RGB (Red+Green+Blue) = 1+9+5=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 9 (3.91% from 255 or 60% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 9 - color contains mainly: green. Hex color #010905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010905 is #FEF6FA. Grayscale: #060606. Windows color (decimal): -16709371 or 329985. OLE color: 329985.
HSL color Cylindrical-coordinate representation of color #010905: hue angle of 150º 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 #010905 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 9 | 5 | - |
CMYK | 0.89 | 0 | 0.44 | 0.96 |
HSL | 150º | 0.8% | 0.02% | - |
HSV(B) | 150º | 0.89% | 0.04% | - |
XYZ | 0.14 | 0.21 | 0.18 | - |
YUV | 6.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 9 | 5 | 0.89 | 0 | 0.44 | 0.96 | 150 | 0.8 | 0.02 |
Hex | 1 | 9 | 5 | 59 | 0 | 2C | 60 | 96 | 50 | 2 |
Octal | 1 | 11 | 5 | 131 | 0 | 54 | 140 | 226 | 120 | 2 |
Binary | 1 | 1001 | 101 | 1011001 | 0 | 101100 | 1100000 | 10010110 | 1010000 | 10 |
Color Harmonies of #010905
Complementary color
Monochromatic Colors of #010905
Black with #010905
Text Example
Text Example
White with #010905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010905; }
p { color: rgb(1,9,5); }
H1.HeaderClassName
{
color: #010905;
}
.AnyTagClassName
{
color: #010905;
}
</style>
background-color css
<style>
a { background-color: #010905; }
a { background-color: rgb(1,9,5); }
div.DivClassName
{
background-color: #010905;
}
.BgClassName
{
background-color: #010905;
}
</style>
border-color css
<style>
span { border-color: #010905; }
span { border-color: rgb(1,9,5); }
td.TdClassName
{
border-color: #010905;
}
.TagClassName
{
border-color: #010905;
}
</style>