Shades of Dark Green #01110B
Tints of Dark Green #01110B
RGB
CMYK
RGB Variations
Color information
#01110B (or 0x01110B) is known color: Dark Green. HEX triplet: 01, 11 and 0B. RGB value is (1,17,11). Sum of RGB (Red+Green+Blue) = 1+17+11=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 17 (7.03% from 255 or 58.62% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 17 - color contains mainly: green. Hex color #01110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01110B is #FEEEF4. Grayscale: #0B0B0B. Windows color (decimal): -16707317 or 725249. OLE color: 725249.
HSL color Cylindrical-coordinate representation of color #01110B: hue angle of 157.5º 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 #01110B is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
RGB | 1 | 17 | 11 | - |
CMYK | 0.94 | 0 | 0.35 | 0.93 |
HSL | 157.5º | 0.89% | 0.04% | - |
HSV(B) | 157.5º | 0.94% | 0.07% | - |
XYZ | 0.27 | 0.43 | 0.39 | - |
YUV | 11.53 | 127.7 | 120.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 17 | 11 | 0.94 | 0 | 0.35 | 0.93 | 157.5 | 0.89 | 0.04 |
Hex | 1 | 11 | B | 5E | 0 | 23 | 5D | 9E | 59 | 4 |
Octal | 1 | 21 | 13 | 136 | 0 | 43 | 135 | 236 | 131 | 4 |
Binary | 1 | 10001 | 1011 | 1011110 | 0 | 100011 | 1011101 | 10011110 | 1011001 | 100 |
Color Harmonies of #01110B
Complementary color
Monochromatic Colors of #01110B
Black with #01110B
Text Example
Text Example
White with #01110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01110B; }
p { color: rgb(1,17,11); }
H1.HeaderClassName
{
color: #01110B;
}
.AnyTagClassName
{
color: #01110B;
}
</style>
background-color css
<style>
a { background-color: #01110B; }
a { background-color: rgb(1,17,11); }
div.DivClassName
{
background-color: #01110B;
}
.BgClassName
{
background-color: #01110B;
}
</style>
border-color css
<style>
span { border-color: #01110B; }
span { border-color: rgb(1,17,11); }
td.TdClassName
{
border-color: #01110B;
}
.TagClassName
{
border-color: #01110B;
}
</style>