Shades of Dark Green #011E13
Tints of Dark Green #011E13
RGB
CMYK
RGB Variations
Color information
#011E13 (or 0x011E13) is known color: Dark Green. HEX triplet: 01, 1E and 13. RGB value is (1,30,19). Sum of RGB (Red+Green+Blue) = 1+30+19=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 30 (12.11% from 255 or 60% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 30 - color contains mainly: green. Hex color #011E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E13 is #FEE1EC. Grayscale: #141414. Windows color (decimal): -16703981 or 1252865. OLE color: 1252865.
HSL color Cylindrical-coordinate representation of color #011E13: hue angle of 157.24º 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 #011E13 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 19 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.88 |
| HSL | 157.24º | 0.94% | 0.06% | - |
| HSV(B) | 157.24º | 0.97% | 0.12% | - |
| XYZ | 0.59 | 0.98 | 0.77 | - |
| YUV | 20.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 19 | 0.97 | 0 | 0.37 | 0.88 | 157.24 | 0.94 | 0.06 |
| Hex | 1 | 1E | 13 | 61 | 0 | 25 | 58 | 9D | 5E | 6 |
| Octal | 1 | 36 | 23 | 141 | 0 | 45 | 130 | 235 | 136 | 6 |
| Binary | 1 | 11110 | 10011 | 1100001 | 0 | 100101 | 1011000 | 10011101 | 1011110 | 110 |
Color Harmonies of #011E13
Complementary color
Monochromatic Colors of #011E13
Black with #011E13
Text Example
Text Example
White with #011E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E13; }
p { color: rgb(1,30,19); }
H1.HeaderClassName
{
color: #011E13;
}
.AnyTagClassName
{
color: #011E13;
}
</style>
background-color css
<style>
a { background-color: #011E13; }
a { background-color: rgb(1,30,19); }
div.DivClassName
{
background-color: #011E13;
}
.BgClassName
{
background-color: #011E13;
}
</style>
border-color css
<style>
span { border-color: #011E13; }
span { border-color: rgb(1,30,19); }
td.TdClassName
{
border-color: #011E13;
}
.TagClassName
{
border-color: #011E13;
}
</style>