Shades of Dark Green #011811
Tints of Dark Green #011811
RGB
CMYK
RGB Variations
Color information
#011811 (or 0x011811) is known color: Dark Green. HEX triplet: 01, 18 and 11. RGB value is (1,24,17). Sum of RGB (Red+Green+Blue) = 1+24+17=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #011811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011811 is #FEE7EE. Grayscale: #101010. Windows color (decimal): -16705519 or 1120257. OLE color: 1120257.
HSL color Cylindrical-coordinate representation of color #011811: hue angle of 161.74º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011811 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 24 | 17 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.91 |
| HSL | 161.74º | 0.92% | 0.05% | - |
| HSV(B) | 161.74º | 0.96% | 0.09% | - |
| XYZ | 0.44 | 0.7 | 0.64 | - |
| YUV | 16.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 17 | 0.96 | 0 | 0.29 | 0.91 | 161.74 | 0.92 | 0.05 |
| Hex | 1 | 18 | 11 | 60 | 0 | 1D | 5B | A2 | 5C | 5 |
| Octal | 1 | 30 | 21 | 140 | 0 | 35 | 133 | 242 | 134 | 5 |
| Binary | 1 | 11000 | 10001 | 1100000 | 0 | 11101 | 1011011 | 10100010 | 1011100 | 101 |
Color Harmonies of #011811
Complementary color
Monochromatic Colors of #011811
Black with #011811
Text Example
Text Example
White with #011811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011811; }
p { color: rgb(1,24,17); }
H1.HeaderClassName
{
color: #011811;
}
.AnyTagClassName
{
color: #011811;
}
</style>
background-color css
<style>
a { background-color: #011811; }
a { background-color: rgb(1,24,17); }
div.DivClassName
{
background-color: #011811;
}
.BgClassName
{
background-color: #011811;
}
</style>
border-color css
<style>
span { border-color: #011811; }
span { border-color: rgb(1,24,17); }
td.TdClassName
{
border-color: #011811;
}
.TagClassName
{
border-color: #011811;
}
</style>