Shades of Dark Green #011D1E
Tints of Dark Green #011D1E
RGB
CMYK
RGB Variations
Color information
#011D1E (or 0x011D1E) is known color: Dark Green. HEX triplet: 01, 1D and 1E. RGB value is (1,29,30). Sum of RGB (Red+Green+Blue) = 1+29+30=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 29 (11.72% from 255 or 48.33% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #011D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D1E is #FEE2E1. Grayscale: #141414. Windows color (decimal): -16704226 or 1973505. OLE color: 1973505.
HSL color Cylindrical-coordinate representation of color #011D1E: hue angle of 182.07º 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 #011D1E is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 29 | 30 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.88 |
| HSL | 182.07º | 0.94% | 0.06% | - |
| HSV(B) | 182.07º | 0.97% | 0.12% | - |
| XYZ | 0.69 | 0.98 | 1.38 | - |
| YUV | 20.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 30 | 0.97 | 0.03 | 0 | 0.88 | 182.07 | 0.94 | 0.06 |
| Hex | 1 | 1D | 1E | 61 | 3 | 0 | 58 | B6 | 5E | 6 |
| Octal | 1 | 35 | 36 | 141 | 3 | 0 | 130 | 266 | 136 | 6 |
| Binary | 1 | 11101 | 11110 | 1100001 | 11 | 0 | 1011000 | 10110110 | 1011110 | 110 |
Color Harmonies of #011D1E
Complementary color
Monochromatic Colors of #011D1E
Black with #011D1E
Text Example
Text Example
White with #011D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D1E; }
p { color: rgb(1,29,30); }
H1.HeaderClassName
{
color: #011D1E;
}
.AnyTagClassName
{
color: #011D1E;
}
</style>
background-color css
<style>
a { background-color: #011D1E; }
a { background-color: rgb(1,29,30); }
div.DivClassName
{
background-color: #011D1E;
}
.BgClassName
{
background-color: #011D1E;
}
</style>
border-color css
<style>
span { border-color: #011D1E; }
span { border-color: rgb(1,29,30); }
td.TdClassName
{
border-color: #011D1E;
}
.TagClassName
{
border-color: #011D1E;
}
</style>