Shades of Dark Green #011E1C
Tints of Dark Green #011E1C
RGB
CMYK
RGB Variations
Color information
#011E1C (or 0x011E1C) is known color: Dark Green. HEX triplet: 01, 1E and 1C. RGB value is (1,30,28). Sum of RGB (Red+Green+Blue) = 1+30+28=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #011E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E1C is #FEE1E3. Grayscale: #151515. Windows color (decimal): -16703972 or 1842689. OLE color: 1842689.
HSL color Cylindrical-coordinate representation of color #011E1C: hue angle of 175.86º 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 #011E1C is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 28 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.88 |
| HSL | 175.86º | 0.94% | 0.06% | - |
| HSV(B) | 175.86º | 0.97% | 0.12% | - |
| XYZ | 0.69 | 1.02 | 1.26 | - |
| YUV | 21.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 28 | 0.97 | 0 | 0.07 | 0.88 | 175.86 | 0.94 | 0.06 |
| Hex | 1 | 1E | 1C | 61 | 0 | 7 | 58 | B0 | 5E | 6 |
| Octal | 1 | 36 | 34 | 141 | 0 | 7 | 130 | 260 | 136 | 6 |
| Binary | 1 | 11110 | 11100 | 1100001 | 0 | 111 | 1011000 | 10110000 | 1011110 | 110 |
Color Harmonies of #011E1C
Complementary color
Monochromatic Colors of #011E1C
Black with #011E1C
Text Example
Text Example
White with #011E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E1C; }
p { color: rgb(1,30,28); }
H1.HeaderClassName
{
color: #011E1C;
}
.AnyTagClassName
{
color: #011E1C;
}
</style>
background-color css
<style>
a { background-color: #011E1C; }
a { background-color: rgb(1,30,28); }
div.DivClassName
{
background-color: #011E1C;
}
.BgClassName
{
background-color: #011E1C;
}
</style>
border-color css
<style>
span { border-color: #011E1C; }
span { border-color: rgb(1,30,28); }
td.TdClassName
{
border-color: #011E1C;
}
.TagClassName
{
border-color: #011E1C;
}
</style>