Shades of Dark Green #011E1B
Tints of Dark Green #011E1B
RGB
CMYK
RGB Variations
Color information
#011E1B (or 0x011E1B) is known color: Dark Green. HEX triplet: 01, 1E and 1B. RGB value is (1,30,27). Sum of RGB (Red+Green+Blue) = 1+30+27=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #011E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E1B is #FEE1E4. Grayscale: #141414. Windows color (decimal): -16703973 or 1777153. OLE color: 1777153.
HSL color Cylindrical-coordinate representation of color #011E1B: hue angle of 173.79º 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 #011E1B is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 27 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.88 |
| HSL | 173.79º | 0.94% | 0.06% | - |
| HSV(B) | 173.79º | 0.97% | 0.12% | - |
| XYZ | 0.67 | 1.01 | 1.2 | - |
| YUV | 20.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 27 | 0.97 | 0 | 0.10 | 0.88 | 173.79 | 0.94 | 0.06 |
| Hex | 1 | 1E | 1B | 61 | 0 | A | 58 | AE | 5E | 6 |
| Octal | 1 | 36 | 33 | 141 | 0 | 12 | 130 | 256 | 136 | 6 |
| Binary | 1 | 11110 | 11011 | 1100001 | 0 | 1010 | 1011000 | 10101110 | 1011110 | 110 |
Color Harmonies of #011E1B
Complementary color
Monochromatic Colors of #011E1B
Black with #011E1B
Text Example
Text Example
White with #011E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E1B; }
p { color: rgb(1,30,27); }
H1.HeaderClassName
{
color: #011E1B;
}
.AnyTagClassName
{
color: #011E1B;
}
</style>
background-color css
<style>
a { background-color: #011E1B; }
a { background-color: rgb(1,30,27); }
div.DivClassName
{
background-color: #011E1B;
}
.BgClassName
{
background-color: #011E1B;
}
</style>
border-color css
<style>
span { border-color: #011E1B; }
span { border-color: rgb(1,30,27); }
td.TdClassName
{
border-color: #011E1B;
}
.TagClassName
{
border-color: #011E1B;
}
</style>