Shades of Dark Green #011D0D
Tints of Dark Green #011D0D
RGB
CMYK
RGB Variations
Color information
#011D0D (or 0x011D0D) is known color: Dark Green. HEX triplet: 01, 1D and 0D. RGB value is (1,29,13). Sum of RGB (Red+Green+Blue) = 1+29+13=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 29 (11.72% from 255 or 67.44% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 29 - color contains mainly: green. Hex color #011D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D0D is #FEE2F2. Grayscale: #121212. Windows color (decimal): -16704243 or 859393. OLE color: 859393.
HSL color Cylindrical-coordinate representation of color #011D0D: hue angle of 145.71º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D0D is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 29 | 13 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.89 |
| HSL | 145.71º | 0.93% | 0.06% | - |
| HSV(B) | 145.71º | 0.97% | 0.11% | - |
| XYZ | 0.52 | 0.91 | 0.53 | - |
| YUV | 18.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 13 | 0.97 | 0 | 0.55 | 0.89 | 145.71 | 0.93 | 0.06 |
| Hex | 1 | 1D | D | 61 | 0 | 37 | 59 | 92 | 5D | 6 |
| Octal | 1 | 35 | 15 | 141 | 0 | 67 | 131 | 222 | 135 | 6 |
| Binary | 1 | 11101 | 1101 | 1100001 | 0 | 110111 | 1011001 | 10010010 | 1011101 | 110 |
Color Harmonies of #011D0D
Complementary color
Monochromatic Colors of #011D0D
Black with #011D0D
Text Example
Text Example
White with #011D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D0D; }
p { color: rgb(1,29,13); }
H1.HeaderClassName
{
color: #011D0D;
}
.AnyTagClassName
{
color: #011D0D;
}
</style>
background-color css
<style>
a { background-color: #011D0D; }
a { background-color: rgb(1,29,13); }
div.DivClassName
{
background-color: #011D0D;
}
.BgClassName
{
background-color: #011D0D;
}
</style>
border-color css
<style>
span { border-color: #011D0D; }
span { border-color: rgb(1,29,13); }
td.TdClassName
{
border-color: #011D0D;
}
.TagClassName
{
border-color: #011D0D;
}
</style>