Shades of Dark Green #0B2B20
Tints of Dark Green #0B2B20
RGB
CMYK
RGB Variations
Color information
#0B2B20 (or 0x0B2B20) is known color: Dark Green. HEX triplet: 0B, 2B and 20. RGB value is (11,43,32). Sum of RGB (Red+Green+Blue) = 11+43+32=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 43 (17.19% from 255 or 50% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 43 - color contains mainly: green. Hex color #0B2B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B20 is #F4D4DF. Grayscale: #202020. Windows color (decimal): -16045280 or 2108171. OLE color: 2108171.
HSL color Cylindrical-coordinate representation of color #0B2B20: hue angle of 159.38º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B2B20 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 43 | 32 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.83 |
| HSL | 159.38º | 0.59% | 0.11% | - |
| HSV(B) | 159.38º | 0.74% | 0.17% | - |
| XYZ | 1.26 | 1.9 | 1.67 | - |
| YUV | 32.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 32 | 0.74 | 0 | 0.26 | 0.83 | 159.38 | 0.59 | 0.11 |
| Hex | B | 2B | 20 | 4A | 0 | 1A | 53 | 9F | 3B | B |
| Octal | 13 | 53 | 40 | 112 | 0 | 32 | 123 | 237 | 73 | 13 |
| Binary | 1011 | 101011 | 100000 | 1001010 | 0 | 11010 | 1010011 | 10011111 | 111011 | 1011 |
Color Harmonies of #0B2B20
Complementary color
Monochromatic Colors of #0B2B20
Black with #0B2B20
Text Example
Text Example
White with #0B2B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2B20; }
p { color: rgb(11,43,32); }
H1.HeaderClassName
{
color: #0B2B20;
}
.AnyTagClassName
{
color: #0B2B20;
}
</style>
background-color css
<style>
a { background-color: #0B2B20; }
a { background-color: rgb(11,43,32); }
div.DivClassName
{
background-color: #0B2B20;
}
.BgClassName
{
background-color: #0B2B20;
}
</style>
border-color css
<style>
span { border-color: #0B2B20; }
span { border-color: rgb(11,43,32); }
td.TdClassName
{
border-color: #0B2B20;
}
.TagClassName
{
border-color: #0B2B20;
}
</style>