Shades of Dark Green #011E18
Tints of Dark Green #011E18
RGB
CMYK
RGB Variations
Color information
#011E18 (or 0x011E18) is known color: Dark Green. HEX triplet: 01, 1E and 18. RGB value is (1,30,24). Sum of RGB (Red+Green+Blue) = 1+30+24=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #011E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E18 is #FEE1E7. Grayscale: #141414. Windows color (decimal): -16703976 or 1580545. OLE color: 1580545.
HSL color Cylindrical-coordinate representation of color #011E18: hue angle of 167.59º 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 #011E18 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 24 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.88 |
| HSL | 167.59º | 0.94% | 0.06% | - |
| HSV(B) | 167.59º | 0.97% | 0.12% | - |
| XYZ | 0.64 | 1 | 1.02 | - |
| YUV | 20.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 24 | 0.97 | 0 | 0.20 | 0.88 | 167.59 | 0.94 | 0.06 |
| Hex | 1 | 1E | 18 | 61 | 0 | 14 | 58 | A8 | 5E | 6 |
| Octal | 1 | 36 | 30 | 141 | 0 | 24 | 130 | 250 | 136 | 6 |
| Binary | 1 | 11110 | 11000 | 1100001 | 0 | 10100 | 1011000 | 10101000 | 1011110 | 110 |
Color Harmonies of #011E18
Complementary color
Monochromatic Colors of #011E18
Black with #011E18
Text Example
Text Example
White with #011E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E18; }
p { color: rgb(1,30,24); }
H1.HeaderClassName
{
color: #011E18;
}
.AnyTagClassName
{
color: #011E18;
}
</style>
background-color css
<style>
a { background-color: #011E18; }
a { background-color: rgb(1,30,24); }
div.DivClassName
{
background-color: #011E18;
}
.BgClassName
{
background-color: #011E18;
}
</style>
border-color css
<style>
span { border-color: #011E18; }
span { border-color: rgb(1,30,24); }
td.TdClassName
{
border-color: #011E18;
}
.TagClassName
{
border-color: #011E18;
}
</style>