Shades of Dark Green #011409
Tints of Dark Green #011409
RGB
CMYK
RGB Variations
Color information
#011409 (or 0x011409) is known color: Dark Green. HEX triplet: 01, 14 and 09. RGB value is (1,20,9). Sum of RGB (Red+Green+Blue) = 1+20+9=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 20 (8.20% from 255 or 66.67% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 20 - color contains mainly: green. Hex color #011409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011409 is #FEEBF6. Grayscale: #0D0D0D. Windows color (decimal): -16706551 or 594945. OLE color: 594945.
HSL color Cylindrical-coordinate representation of color #011409: hue angle of 145.26º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011409 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 20 | 9 | - |
| CMYK | 0.95 | 0 | 0.55 | 0.92 |
| HSL | 145.26º | 0.9% | 0.04% | - |
| HSV(B) | 145.26º | 0.95% | 0.08% | - |
| XYZ | 0.31 | 0.53 | 0.34 | - |
| YUV | 13.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 9 | 0.95 | 0 | 0.55 | 0.92 | 145.26 | 0.9 | 0.04 |
| Hex | 1 | 14 | 9 | 5F | 0 | 37 | 5C | 91 | 5A | 4 |
| Octal | 1 | 24 | 11 | 137 | 0 | 67 | 134 | 221 | 132 | 4 |
| Binary | 1 | 10100 | 1001 | 1011111 | 0 | 110111 | 1011100 | 10010001 | 1011010 | 100 |
Color Harmonies of #011409
Complementary color
Monochromatic Colors of #011409
Black with #011409
Text Example
Text Example
White with #011409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011409; }
p { color: rgb(1,20,9); }
H1.HeaderClassName
{
color: #011409;
}
.AnyTagClassName
{
color: #011409;
}
</style>
background-color css
<style>
a { background-color: #011409; }
a { background-color: rgb(1,20,9); }
div.DivClassName
{
background-color: #011409;
}
.BgClassName
{
background-color: #011409;
}
</style>
border-color css
<style>
span { border-color: #011409; }
span { border-color: rgb(1,20,9); }
td.TdClassName
{
border-color: #011409;
}
.TagClassName
{
border-color: #011409;
}
</style>