Shades of Dark Green #0B1210
Tints of Dark Green #0B1210
RGB
CMYK
RGB Variations
Color information
#0B1210 (or 0x0B1210) is known color: Dark Green. HEX triplet: 0B, 12 and 10. RGB value is (11,18,16). Sum of RGB (Red+Green+Blue) = 11+18+16=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 16 (6.64% from 255 or 35.56% from 45); Max value from RGB is 18 - color contains mainly: green. Hex color #0B1210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1210 is #F4EDEF. Grayscale: #0F0F0F. Windows color (decimal): -16051696 or 1053195. OLE color: 1053195.
HSL color Cylindrical-coordinate representation of color #0B1210: hue angle of 162.86º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0B1210 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
RGB | 11 | 18 | 16 | - |
CMYK | 0.39 | 0 | 0.11 | 0.93 |
HSL | 162.86º | 0.24% | 0.06% | - |
HSV(B) | 162.86º | 0.39% | 0.07% | - |
XYZ | 0.45 | 0.54 | 0.57 | - |
YUV | 15.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 18 | 16 | 0.39 | 0 | 0.11 | 0.93 | 162.86 | 0.24 | 0.06 |
Hex | B | 12 | 10 | 27 | 0 | B | 5D | A3 | 18 | 6 |
Octal | 13 | 22 | 20 | 47 | 0 | 13 | 135 | 243 | 30 | 6 |
Binary | 1011 | 10010 | 10000 | 100111 | 0 | 1011 | 1011101 | 10100011 | 11000 | 110 |
Color Harmonies of #0B1210
Complementary color
Monochromatic Colors of #0B1210
Black with #0B1210
Text Example
Text Example
White with #0B1210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1210; }
p { color: rgb(11,18,16); }
H1.HeaderClassName
{
color: #0B1210;
}
.AnyTagClassName
{
color: #0B1210;
}
</style>
background-color css
<style>
a { background-color: #0B1210; }
a { background-color: rgb(11,18,16); }
div.DivClassName
{
background-color: #0B1210;
}
.BgClassName
{
background-color: #0B1210;
}
</style>
border-color css
<style>
span { border-color: #0B1210; }
span { border-color: rgb(11,18,16); }
td.TdClassName
{
border-color: #0B1210;
}
.TagClassName
{
border-color: #0B1210;
}
</style>