Shades of Dark Green #0B2516
Tints of Dark Green #0B2516
RGB
CMYK
RGB Variations
Color information
#0B2516 (or 0x0B2516) is known color: Dark Green. HEX triplet: 0B, 25 and 16. RGB value is (11,37,22). Sum of RGB (Red+Green+Blue) = 11+37+22=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #0B2516 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2516 is #F4DAE9. Grayscale: #1B1B1B. Windows color (decimal): -16046826 or 1451275. OLE color: 1451275.
HSL color Cylindrical-coordinate representation of color #0B2516: hue angle of 145.38º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B2516 is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 22 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.85 |
| HSL | 145.38º | 0.54% | 0.09% | - |
| HSV(B) | 145.38º | 0.7% | 0.15% | - |
| XYZ | 0.94 | 1.45 | 0.99 | - |
| YUV | 27.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 22 | 0.70 | 0 | 0.41 | 0.85 | 145.38 | 0.54 | 0.09 |
| Hex | B | 25 | 16 | 46 | 0 | 29 | 55 | 91 | 36 | 9 |
| Octal | 13 | 45 | 26 | 106 | 0 | 51 | 125 | 221 | 66 | 11 |
| Binary | 1011 | 100101 | 10110 | 1000110 | 0 | 101001 | 1010101 | 10010001 | 110110 | 1001 |
Color Harmonies of #0B2516
Complementary color
Monochromatic Colors of #0B2516
Black with #0B2516
Text Example
Text Example
White with #0B2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2516; }
p { color: rgb(11,37,22); }
H1.HeaderClassName
{
color: #0B2516;
}
.AnyTagClassName
{
color: #0B2516;
}
</style>
background-color css
<style>
a { background-color: #0B2516; }
a { background-color: rgb(11,37,22); }
div.DivClassName
{
background-color: #0B2516;
}
.BgClassName
{
background-color: #0B2516;
}
</style>
border-color css
<style>
span { border-color: #0B2516; }
span { border-color: rgb(11,37,22); }
td.TdClassName
{
border-color: #0B2516;
}
.TagClassName
{
border-color: #0B2516;
}
</style>