Shades of Dark Green #011E1E
Tints of Dark Green #011E1E
RGB
CMYK
RGB Variations
Color information
#011E1E (or 0x011E1E) is known color: Dark Green. HEX triplet: 01, 1E and 1E. RGB value is (1,30,30). Sum of RGB (Red+Green+Blue) = 1+30+30=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: green, blue. Hex color #011E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E1E is #FEE1E1. Grayscale: #151515. Windows color (decimal): -16703970 or 1973761. OLE color: 1973761.
HSL color Cylindrical-coordinate representation of color #011E1E: hue angle of 180º 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 #011E1E is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 30 | - |
| CMYK | 0.97 | 0 | 0 | 0.88 |
| HSL | 180º | 0.94% | 0.06% | - |
| HSV(B) | 180º | 0.97% | 0.12% | - |
| XYZ | 0.71 | 1.03 | 1.39 | - |
| YUV | 21.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 30 | 0.97 | 0 | 0 | 0.88 | 180 | 0.94 | 0.06 |
| Hex | 1 | 1E | 1E | 61 | 0 | 0 | 58 | B4 | 5E | 6 |
| Octal | 1 | 36 | 36 | 141 | 0 | 0 | 130 | 264 | 136 | 6 |
| Binary | 1 | 11110 | 11110 | 1100001 | 0 | 0 | 1011000 | 10110100 | 1011110 | 110 |
Color Harmonies of #011E1E
Complementary color
Monochromatic Colors of #011E1E
Black with #011E1E
Text Example
Text Example
White with #011E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E1E; }
p { color: rgb(1,30,30); }
H1.HeaderClassName
{
color: #011E1E;
}
.AnyTagClassName
{
color: #011E1E;
}
</style>
background-color css
<style>
a { background-color: #011E1E; }
a { background-color: rgb(1,30,30); }
div.DivClassName
{
background-color: #011E1E;
}
.BgClassName
{
background-color: #011E1E;
}
</style>
border-color css
<style>
span { border-color: #011E1E; }
span { border-color: rgb(1,30,30); }
td.TdClassName
{
border-color: #011E1E;
}
.TagClassName
{
border-color: #011E1E;
}
</style>