Shades of Dark Green #011E17
Tints of Dark Green #011E17
RGB
CMYK
RGB Variations
Color information
#011E17 (or 0x011E17) is known color: Dark Green. HEX triplet: 01, 1E and 17. RGB value is (1,30,23). Sum of RGB (Red+Green+Blue) = 1+30+23=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 23 (9.38% from 255 or 42.59% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #011E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E17 is #FEE1E8. Grayscale: #141414. Windows color (decimal): -16703977 or 1515009. OLE color: 1515009.
HSL color Cylindrical-coordinate representation of color #011E17: hue angle of 165.52º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011E17 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 23 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.88 |
| HSL | 165.52º | 0.94% | 0.06% | - |
| HSV(B) | 165.52º | 0.97% | 0.12% | - |
| XYZ | 0.63 | 1 | 0.97 | - |
| YUV | 20.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 23 | 0.97 | 0 | 0.23 | 0.88 | 165.52 | 0.94 | 0.06 |
| Hex | 1 | 1E | 17 | 61 | 0 | 17 | 58 | A6 | 5E | 6 |
| Octal | 1 | 36 | 27 | 141 | 0 | 27 | 130 | 246 | 136 | 6 |
| Binary | 1 | 11110 | 10111 | 1100001 | 0 | 10111 | 1011000 | 10100110 | 1011110 | 110 |
Color Harmonies of #011E17
Complementary color
Monochromatic Colors of #011E17
Black with #011E17
Text Example
Text Example
White with #011E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E17; }
p { color: rgb(1,30,23); }
H1.HeaderClassName
{
color: #011E17;
}
.AnyTagClassName
{
color: #011E17;
}
</style>
background-color css
<style>
a { background-color: #011E17; }
a { background-color: rgb(1,30,23); }
div.DivClassName
{
background-color: #011E17;
}
.BgClassName
{
background-color: #011E17;
}
</style>
border-color css
<style>
span { border-color: #011E17; }
span { border-color: rgb(1,30,23); }
td.TdClassName
{
border-color: #011E17;
}
.TagClassName
{
border-color: #011E17;
}
</style>