Shades of Dark Green #011E1D
Tints of Dark Green #011E1D
RGB
CMYK
RGB Variations
Color information
#011E1D (or 0x011E1D) is known color: Dark Green. HEX triplet: 01, 1E and 1D. RGB value is (1,30,29). Sum of RGB (Red+Green+Blue) = 1+30+29=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 30 (12.11% from 255 or 50% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 30 - color contains mainly: green. Hex color #011E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E1D is #FEE1E2. Grayscale: #151515. Windows color (decimal): -16703971 or 1908225. OLE color: 1908225.
HSL color Cylindrical-coordinate representation of color #011E1D: hue angle of 177.93º 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 #011E1D is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 29 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.88 |
| HSL | 177.93º | 0.94% | 0.06% | - |
| HSV(B) | 177.93º | 0.97% | 0.12% | - |
| XYZ | 0.7 | 1.02 | 1.32 | - |
| YUV | 21.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 29 | 0.97 | 0 | 0.03 | 0.88 | 177.93 | 0.94 | 0.06 |
| Hex | 1 | 1E | 1D | 61 | 0 | 3 | 58 | B2 | 5E | 6 |
| Octal | 1 | 36 | 35 | 141 | 0 | 3 | 130 | 262 | 136 | 6 |
| Binary | 1 | 11110 | 11101 | 1100001 | 0 | 11 | 1011000 | 10110010 | 1011110 | 110 |
Color Harmonies of #011E1D
Complementary color
Monochromatic Colors of #011E1D
Black with #011E1D
Text Example
Text Example
White with #011E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E1D; }
p { color: rgb(1,30,29); }
H1.HeaderClassName
{
color: #011E1D;
}
.AnyTagClassName
{
color: #011E1D;
}
</style>
background-color css
<style>
a { background-color: #011E1D; }
a { background-color: rgb(1,30,29); }
div.DivClassName
{
background-color: #011E1D;
}
.BgClassName
{
background-color: #011E1D;
}
</style>
border-color css
<style>
span { border-color: #011E1D; }
span { border-color: rgb(1,30,29); }
td.TdClassName
{
border-color: #011E1D;
}
.TagClassName
{
border-color: #011E1D;
}
</style>