Shades of Dark Green #011D08
Tints of Dark Green #011D08
RGB
CMYK
RGB Variations
Color information
#011D08 (or 0x011D08) is known color: Dark Green. HEX triplet: 01, 1D and 08. RGB value is (1,29,8). Sum of RGB (Red+Green+Blue) = 1+29+8=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 29 (11.72% from 255 or 76.32% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 29 - color contains mainly: green. Hex color #011D08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D08 is #FEE2F7. Grayscale: #121212. Windows color (decimal): -16704248 or 531713. OLE color: 531713.
HSL color Cylindrical-coordinate representation of color #011D08: hue angle of 135º 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 #011D08 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 29 | 8 | - |
| CMYK | 0.97 | 0 | 0.72 | 0.89 |
| HSL | 135º | 0.93% | 0.06% | - |
| HSV(B) | 135º | 0.97% | 0.11% | - |
| XYZ | 0.5 | 0.9 | 0.38 | - |
| YUV | 18.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 8 | 0.97 | 0 | 0.72 | 0.89 | 135 | 0.93 | 0.06 |
| Hex | 1 | 1D | 8 | 61 | 0 | 48 | 59 | 87 | 5D | 6 |
| Octal | 1 | 35 | 10 | 141 | 0 | 110 | 131 | 207 | 135 | 6 |
| Binary | 1 | 11101 | 1000 | 1100001 | 0 | 1001000 | 1011001 | 10000111 | 1011101 | 110 |
Color Harmonies of #011D08
Complementary color
Monochromatic Colors of #011D08
Black with #011D08
Text Example
Text Example
White with #011D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D08; }
p { color: rgb(1,29,8); }
H1.HeaderClassName
{
color: #011D08;
}
.AnyTagClassName
{
color: #011D08;
}
</style>
background-color css
<style>
a { background-color: #011D08; }
a { background-color: rgb(1,29,8); }
div.DivClassName
{
background-color: #011D08;
}
.BgClassName
{
background-color: #011D08;
}
</style>
border-color css
<style>
span { border-color: #011D08; }
span { border-color: rgb(1,29,8); }
td.TdClassName
{
border-color: #011D08;
}
.TagClassName
{
border-color: #011D08;
}
</style>