Shades of Dark Green #011D07
Tints of Dark Green #011D07
RGB
CMYK
RGB Variations
Color information
#011D07 (or 0x011D07) is known color: Dark Green. HEX triplet: 01, 1D and 07. RGB value is (1,29,7). Sum of RGB (Red+Green+Blue) = 1+29+7=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 29 (11.72% from 255 or 78.38% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 29 - color contains mainly: green. Hex color #011D07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D07 is #FEE2F8. Grayscale: #121212. Windows color (decimal): -16704249 or 466177. OLE color: 466177.
HSL color Cylindrical-coordinate representation of color #011D07: hue angle of 132.86º 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 #011D07 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 29 | 7 | - |
| CMYK | 0.97 | 0 | 0.76 | 0.89 |
| HSL | 132.86º | 0.93% | 0.06% | - |
| HSV(B) | 132.86º | 0.97% | 0.11% | - |
| XYZ | 0.49 | 0.9 | 0.35 | - |
| YUV | 18.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 7 | 0.97 | 0 | 0.76 | 0.89 | 132.86 | 0.93 | 0.06 |
| Hex | 1 | 1D | 7 | 61 | 0 | 4C | 59 | 85 | 5D | 6 |
| Octal | 1 | 35 | 7 | 141 | 0 | 114 | 131 | 205 | 135 | 6 |
| Binary | 1 | 11101 | 111 | 1100001 | 0 | 1001100 | 1011001 | 10000101 | 1011101 | 110 |
Color Harmonies of #011D07
Complementary color
Monochromatic Colors of #011D07
Black with #011D07
Text Example
Text Example
White with #011D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D07; }
p { color: rgb(1,29,7); }
H1.HeaderClassName
{
color: #011D07;
}
.AnyTagClassName
{
color: #011D07;
}
</style>
background-color css
<style>
a { background-color: #011D07; }
a { background-color: rgb(1,29,7); }
div.DivClassName
{
background-color: #011D07;
}
.BgClassName
{
background-color: #011D07;
}
</style>
border-color css
<style>
span { border-color: #011D07; }
span { border-color: rgb(1,29,7); }
td.TdClassName
{
border-color: #011D07;
}
.TagClassName
{
border-color: #011D07;
}
</style>