Shades of Dark Green #011E19
Tints of Dark Green #011E19
RGB
CMYK
RGB Variations
Color information
#011E19 (or 0x011E19) is known color: Dark Green. HEX triplet: 01, 1E and 19. RGB value is (1,30,25). Sum of RGB (Red+Green+Blue) = 1+30+25=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #011E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011E19 is #FEE1E6. Grayscale: #141414. Windows color (decimal): -16703975 or 1646081. OLE color: 1646081.
HSL color Cylindrical-coordinate representation of color #011E19: hue angle of 169.66º 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 #011E19 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 25 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.88 |
| HSL | 169.66º | 0.94% | 0.06% | - |
| HSV(B) | 169.66º | 0.97% | 0.12% | - |
| XYZ | 0.65 | 1.01 | 1.08 | - |
| YUV | 20.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 25 | 0.97 | 0 | 0.17 | 0.88 | 169.66 | 0.94 | 0.06 |
| Hex | 1 | 1E | 19 | 61 | 0 | 11 | 58 | AA | 5E | 6 |
| Octal | 1 | 36 | 31 | 141 | 0 | 21 | 130 | 252 | 136 | 6 |
| Binary | 1 | 11110 | 11001 | 1100001 | 0 | 10001 | 1011000 | 10101010 | 1011110 | 110 |
Color Harmonies of #011E19
Complementary color
Monochromatic Colors of #011E19
Black with #011E19
Text Example
Text Example
White with #011E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E19; }
p { color: rgb(1,30,25); }
H1.HeaderClassName
{
color: #011E19;
}
.AnyTagClassName
{
color: #011E19;
}
</style>
background-color css
<style>
a { background-color: #011E19; }
a { background-color: rgb(1,30,25); }
div.DivClassName
{
background-color: #011E19;
}
.BgClassName
{
background-color: #011E19;
}
</style>
border-color css
<style>
span { border-color: #011E19; }
span { border-color: rgb(1,30,25); }
td.TdClassName
{
border-color: #011E19;
}
.TagClassName
{
border-color: #011E19;
}
</style>