Shades of Dark Green #0B1611
Tints of Dark Green #0B1611
RGB
CMYK
RGB Variations
Color information
#0B1611 (or 0x0B1611) is known color: Dark Green. HEX triplet: 0B, 16 and 11. RGB value is (11,22,17). Sum of RGB (Red+Green+Blue) = 11+22+17=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 22 - color contains mainly: green. Hex color #0B1611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1611 is #F4E9EE. Grayscale: #121212. Windows color (decimal): -16050671 or 1119755. OLE color: 1119755.
HSL color Cylindrical-coordinate representation of color #0B1611: hue angle of 152.73º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B1611 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 22 | 17 | - |
| CMYK | 0.5 | 0 | 0.23 | 0.91 |
| HSL | 152.73º | 0.33% | 0.06% | - |
| HSV(B) | 152.73º | 0.5% | 0.09% | - |
| XYZ | 0.53 | 0.69 | 0.63 | - |
| YUV | 18.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 17 | 0.5 | 0 | 0.23 | 0.91 | 152.73 | 0.33 | 0.06 |
| Hex | B | 16 | 11 | 32 | 0 | 17 | 5B | 99 | 21 | 6 |
| Octal | 13 | 26 | 21 | 62 | 0 | 27 | 133 | 231 | 41 | 6 |
| Binary | 1011 | 10110 | 10001 | 110010 | 0 | 10111 | 1011011 | 10011001 | 100001 | 110 |
Color Harmonies of #0B1611
Complementary color
Monochromatic Colors of #0B1611
Black with #0B1611
Text Example
Text Example
White with #0B1611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1611; }
p { color: rgb(11,22,17); }
H1.HeaderClassName
{
color: #0B1611;
}
.AnyTagClassName
{
color: #0B1611;
}
</style>
background-color css
<style>
a { background-color: #0B1611; }
a { background-color: rgb(11,22,17); }
div.DivClassName
{
background-color: #0B1611;
}
.BgClassName
{
background-color: #0B1611;
}
</style>
border-color css
<style>
span { border-color: #0B1611; }
span { border-color: rgb(11,22,17); }
td.TdClassName
{
border-color: #0B1611;
}
.TagClassName
{
border-color: #0B1611;
}
</style>