Shades of Dark Green #011E1F
Tints of Dark Green #011E1F
RGB
CMYK
RGB Variations
Color information
#011E1F (or 0x011E1F) is known color: Dark Green. HEX triplet: 01, 1E and 1F. RGB value is (1,30,31). Sum of RGB (Red+Green+Blue) = 1+30+31=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #011E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E1F is #FEE1E0. Grayscale: #151515. Windows color (decimal): -16703969 or 2039297. OLE color: 2039297.
HSL color Cylindrical-coordinate representation of color #011E1F: hue angle of 182º 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 #011E1F is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 30 | 31 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.88 |
| HSL | 182º | 0.94% | 0.06% | - |
| HSV(B) | 182º | 0.97% | 0.12% | - |
| XYZ | 0.72 | 1.03 | 1.46 | - |
| YUV | 21.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 31 | 0.97 | 0.03 | 0 | 0.88 | 182 | 0.94 | 0.06 |
| Hex | 1 | 1E | 1F | 61 | 3 | 0 | 58 | B6 | 5E | 6 |
| Octal | 1 | 36 | 37 | 141 | 3 | 0 | 130 | 266 | 136 | 6 |
| Binary | 1 | 11110 | 11111 | 1100001 | 11 | 0 | 1011000 | 10110110 | 1011110 | 110 |
Color Harmonies of #011E1F
Complementary color
Monochromatic Colors of #011E1F
Black with #011E1F
Text Example
Text Example
White with #011E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E1F; }
p { color: rgb(1,30,31); }
H1.HeaderClassName
{
color: #011E1F;
}
.AnyTagClassName
{
color: #011E1F;
}
</style>
background-color css
<style>
a { background-color: #011E1F; }
a { background-color: rgb(1,30,31); }
div.DivClassName
{
background-color: #011E1F;
}
.BgClassName
{
background-color: #011E1F;
}
</style>
border-color css
<style>
span { border-color: #011E1F; }
span { border-color: rgb(1,30,31); }
td.TdClassName
{
border-color: #011E1F;
}
.TagClassName
{
border-color: #011E1F;
}
</style>