Shades of Dark Green #0B1610
Tints of Dark Green #0B1610
RGB
CMYK
RGB Variations
Color information
#0B1610 (or 0x0B1610) is known color: Dark Green. HEX triplet: 0B, 16 and 10. RGB value is (11,22,16). Sum of RGB (Red+Green+Blue) = 11+22+16=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #0B1610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1610 is #F4E9EF. Grayscale: #121212. Windows color (decimal): -16050672 or 1054219. OLE color: 1054219.
HSL color Cylindrical-coordinate representation of color #0B1610: hue angle of 147.27º 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 #0B1610 is Cyan = 0.5, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 22 | 16 | - |
| CMYK | 0.5 | 0 | 0.27 | 0.91 |
| HSL | 147.27º | 0.33% | 0.06% | - |
| HSV(B) | 147.27º | 0.5% | 0.09% | - |
| XYZ | 0.52 | 0.68 | 0.59 | - |
| YUV | 18.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 16 | 0.5 | 0 | 0.27 | 0.91 | 147.27 | 0.33 | 0.06 |
| Hex | B | 16 | 10 | 32 | 0 | 1B | 5B | 93 | 21 | 6 |
| Octal | 13 | 26 | 20 | 62 | 0 | 33 | 133 | 223 | 41 | 6 |
| Binary | 1011 | 10110 | 10000 | 110010 | 0 | 11011 | 1011011 | 10010011 | 100001 | 110 |
Color Harmonies of #0B1610
Complementary color
Monochromatic Colors of #0B1610
Black with #0B1610
Text Example
Text Example
White with #0B1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1610; }
p { color: rgb(11,22,16); }
H1.HeaderClassName
{
color: #0B1610;
}
.AnyTagClassName
{
color: #0B1610;
}
</style>
background-color css
<style>
a { background-color: #0B1610; }
a { background-color: rgb(11,22,16); }
div.DivClassName
{
background-color: #0B1610;
}
.BgClassName
{
background-color: #0B1610;
}
</style>
border-color css
<style>
span { border-color: #0B1610; }
span { border-color: rgb(11,22,16); }
td.TdClassName
{
border-color: #0B1610;
}
.TagClassName
{
border-color: #0B1610;
}
</style>