Shades of Dark Green #00110B
Tints of Dark Green #00110B
RGB
CMYK
RGB Variations
Color information
#00110B (or 0x00110B) is known color: Dark Green. HEX triplet: 00, 11 and 0B. RGB value is (0,17,11). Sum of RGB (Red+Green+Blue) = 0+17+11=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #00110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00110B is #FFEEF4. Grayscale: #0B0B0B. Windows color (decimal): -16772853 or 725248. OLE color: 725248.
HSL color Cylindrical-coordinate representation of color #00110B: hue angle of 158.82º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00110B is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 17 | 11 | - |
| CMYK | 1 | 0 | 0.35 | 0.93 |
| HSL | 158.82º | 1% | 0.03% | - |
| HSV(B) | 158.82º | 1% | 0.07% | - |
| XYZ | 0.26 | 0.43 | 0.38 | - |
| YUV | 11.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 11 | 1 | 0 | 0.35 | 0.93 | 158.82 | 1 | 0.03 |
| Hex | 0 | 11 | B | 64 | 0 | 23 | 5D | 9F | 64 | 3 |
| Octal | 0 | 21 | 13 | 144 | 0 | 43 | 135 | 237 | 144 | 3 |
| Binary | 0 | 10001 | 1011 | 1100100 | 0 | 100011 | 1011101 | 10011111 | 1100100 | 11 |
Color Harmonies of #00110B
Complementary color
Monochromatic Colors of #00110B
Black with #00110B
Text Example
Text Example
White with #00110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00110B; }
p { color: rgb(0,17,11); }
H1.HeaderClassName
{
color: #00110B;
}
.AnyTagClassName
{
color: #00110B;
}
</style>
background-color css
<style>
a { background-color: #00110B; }
a { background-color: rgb(0,17,11); }
div.DivClassName
{
background-color: #00110B;
}
.BgClassName
{
background-color: #00110B;
}
</style>
border-color css
<style>
span { border-color: #00110B; }
span { border-color: rgb(0,17,11); }
td.TdClassName
{
border-color: #00110B;
}
.TagClassName
{
border-color: #00110B;
}
</style>