Shades of Dark Green #011E0E
Tints of Dark Green #011E0E
RGB
CMYK
RGB Variations
Color information
#011E0E (or 0x011E0E) is known color: Dark Green. HEX triplet: 01, 1E and 0E. RGB value is (1,30,14). Sum of RGB (Red+Green+Blue) = 1+30+14=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 30 (12.11% from 255 or 66.67% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 30 - color contains mainly: green. Hex color #011E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E0E is #FEE1F1. Grayscale: #131313. Windows color (decimal): -16703986 or 925185. OLE color: 925185.
HSL color Cylindrical-coordinate representation of color #011E0E: hue angle of 146.9º 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 #011E0E is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 14 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.88 |
| HSL | 146.9º | 0.94% | 0.06% | - |
| HSV(B) | 146.9º | 0.97% | 0.12% | - |
| XYZ | 0.56 | 0.97 | 0.57 | - |
| YUV | 19.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 14 | 0.97 | 0 | 0.53 | 0.88 | 146.9 | 0.94 | 0.06 |
| Hex | 1 | 1E | E | 61 | 0 | 35 | 58 | 93 | 5E | 6 |
| Octal | 1 | 36 | 16 | 141 | 0 | 65 | 130 | 223 | 136 | 6 |
| Binary | 1 | 11110 | 1110 | 1100001 | 0 | 110101 | 1011000 | 10010011 | 1011110 | 110 |
Color Harmonies of #011E0E
Complementary color
Monochromatic Colors of #011E0E
Black with #011E0E
Text Example
Text Example
White with #011E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E0E; }
p { color: rgb(1,30,14); }
H1.HeaderClassName
{
color: #011E0E;
}
.AnyTagClassName
{
color: #011E0E;
}
</style>
background-color css
<style>
a { background-color: #011E0E; }
a { background-color: rgb(1,30,14); }
div.DivClassName
{
background-color: #011E0E;
}
.BgClassName
{
background-color: #011E0E;
}
</style>
border-color css
<style>
span { border-color: #011E0E; }
span { border-color: rgb(1,30,14); }
td.TdClassName
{
border-color: #011E0E;
}
.TagClassName
{
border-color: #011E0E;
}
</style>