Shades of Dark Green #011911
Tints of Dark Green #011911
RGB
CMYK
RGB Variations
Color information
#011911 (or 0x011911) is known color: Dark Green. HEX triplet: 01, 19 and 11. RGB value is (1,25,17). Sum of RGB (Red+Green+Blue) = 1+25+17=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #011911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011911 is #FEE6EE. Grayscale: #101010. Windows color (decimal): -16705263 or 1120513. OLE color: 1120513.
HSL color Cylindrical-coordinate representation of color #011911: hue angle of 160º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011911 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 25 | 17 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.90 |
| HSL | 160º | 0.92% | 0.05% | - |
| HSV(B) | 160º | 0.96% | 0.1% | - |
| XYZ | 0.46 | 0.74 | 0.65 | - |
| YUV | 16.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 17 | 0.96 | 0 | 0.32 | 0.90 | 160 | 0.92 | 0.05 |
| Hex | 1 | 19 | 11 | 60 | 0 | 20 | 5A | A0 | 5C | 5 |
| Octal | 1 | 31 | 21 | 140 | 0 | 40 | 132 | 240 | 134 | 5 |
| Binary | 1 | 11001 | 10001 | 1100000 | 0 | 100000 | 1011010 | 10100000 | 1011100 | 101 |
Color Harmonies of #011911
Complementary color
Monochromatic Colors of #011911
Black with #011911
Text Example
Text Example
White with #011911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011911; }
p { color: rgb(1,25,17); }
H1.HeaderClassName
{
color: #011911;
}
.AnyTagClassName
{
color: #011911;
}
</style>
background-color css
<style>
a { background-color: #011911; }
a { background-color: rgb(1,25,17); }
div.DivClassName
{
background-color: #011911;
}
.BgClassName
{
background-color: #011911;
}
</style>
border-color css
<style>
span { border-color: #011911; }
span { border-color: rgb(1,25,17); }
td.TdClassName
{
border-color: #011911;
}
.TagClassName
{
border-color: #011911;
}
</style>