Shades of Dark Green #01110D
Tints of Dark Green #01110D
RGB
CMYK
RGB Variations
Color information
#01110D (or 0x01110D) is known color: Dark Green. HEX triplet: 01, 11 and 0D. RGB value is (1,17,13). Sum of RGB (Red+Green+Blue) = 1+17+13=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 17 (7.03% from 255 or 54.84% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 17 - color contains mainly: green. Hex color #01110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01110D is #FEEEF2. Grayscale: #0B0B0B. Windows color (decimal): -16707315 or 856321. OLE color: 856321.
HSL color Cylindrical-coordinate representation of color #01110D: hue angle of 165º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #01110D is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 17 | 13 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.93 |
| HSL | 165º | 0.89% | 0.04% | - |
| HSV(B) | 165º | 0.94% | 0.07% | - |
| XYZ | 0.29 | 0.44 | 0.45 | - |
| YUV | 11.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 13 | 0.94 | 0 | 0.24 | 0.93 | 165 | 0.89 | 0.04 |
| Hex | 1 | 11 | D | 5E | 0 | 18 | 5D | A5 | 59 | 4 |
| Octal | 1 | 21 | 15 | 136 | 0 | 30 | 135 | 245 | 131 | 4 |
| Binary | 1 | 10001 | 1101 | 1011110 | 0 | 11000 | 1011101 | 10100101 | 1011001 | 100 |
Color Harmonies of #01110D
Complementary color
Monochromatic Colors of #01110D
Black with #01110D
Text Example
Text Example
White with #01110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01110D; }
p { color: rgb(1,17,13); }
H1.HeaderClassName
{
color: #01110D;
}
.AnyTagClassName
{
color: #01110D;
}
</style>
background-color css
<style>
a { background-color: #01110D; }
a { background-color: rgb(1,17,13); }
div.DivClassName
{
background-color: #01110D;
}
.BgClassName
{
background-color: #01110D;
}
</style>
border-color css
<style>
span { border-color: #01110D; }
span { border-color: rgb(1,17,13); }
td.TdClassName
{
border-color: #01110D;
}
.TagClassName
{
border-color: #01110D;
}
</style>