Shades of Dark Green #011910
Tints of Dark Green #011910
RGB
CMYK
RGB Variations
Color information
#011910 (or 0x011910) is known color: Dark Green. HEX triplet: 01, 19 and 10. RGB value is (1,25,16). Sum of RGB (Red+Green+Blue) = 1+25+16=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #011910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011910 is #FEE6EF. Grayscale: #101010. Windows color (decimal): -16705264 or 1054977. OLE color: 1054977.
HSL color Cylindrical-coordinate representation of color #011910: hue angle of 157.5º 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 #011910 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 1 | 25 | 16 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.90 |
| HSL | 157.5º | 0.92% | 0.05% | - |
| HSV(B) | 157.5º | 0.96% | 0.1% | - |
| XYZ | 0.45 | 0.74 | 0.61 | - |
| YUV | 16.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 16 | 0.96 | 0 | 0.36 | 0.90 | 157.5 | 0.92 | 0.05 |
| Hex | 1 | 19 | 10 | 60 | 0 | 24 | 5A | 9E | 5C | 5 |
| Octal | 1 | 31 | 20 | 140 | 0 | 44 | 132 | 236 | 134 | 5 |
| Binary | 1 | 11001 | 10000 | 1100000 | 0 | 100100 | 1011010 | 10011110 | 1011100 | 101 |
Color Harmonies of #011910
Complementary color
Monochromatic Colors of #011910
Black with #011910
Text Example
Text Example
White with #011910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011910; }
p { color: rgb(1,25,16); }
H1.HeaderClassName
{
color: #011910;
}
.AnyTagClassName
{
color: #011910;
}
</style>
background-color css
<style>
a { background-color: #011910; }
a { background-color: rgb(1,25,16); }
div.DivClassName
{
background-color: #011910;
}
.BgClassName
{
background-color: #011910;
}
</style>
border-color css
<style>
span { border-color: #011910; }
span { border-color: rgb(1,25,16); }
td.TdClassName
{
border-color: #011910;
}
.TagClassName
{
border-color: #011910;
}
</style>