Shades of Dark Green #0B2822
Tints of Dark Green #0B2822
RGB
CMYK
RGB Variations
Color information
#0B2822 (or 0x0B2822) is known color: Dark Green. HEX triplet: 0B, 28 and 22. RGB value is (11,40,34). Sum of RGB (Red+Green+Blue) = 11+40+34=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #0B2822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2822 is #F4D7DD. Grayscale: #1E1E1E. Windows color (decimal): -16046046 or 2238475. OLE color: 2238475.
HSL color Cylindrical-coordinate representation of color #0B2822: hue angle of 167.59º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B2822 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 40 | 34 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.84 |
| HSL | 167.59º | 0.57% | 0.1% | - |
| HSV(B) | 167.59º | 0.73% | 0.16% | - |
| XYZ | 1.19 | 1.7 | 1.78 | - |
| YUV | 30.65 | 129.89 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 34 | 0.72 | 0 | 0.15 | 0.84 | 167.59 | 0.57 | 0.1 |
| Hex | B | 28 | 22 | 48 | 0 | F | 54 | A8 | 39 | A |
| Octal | 13 | 50 | 42 | 110 | 0 | 17 | 124 | 250 | 71 | 12 |
| Binary | 1011 | 101000 | 100010 | 1001000 | 0 | 1111 | 1010100 | 10101000 | 111001 | 1010 |
Color Harmonies of #0B2822
Complementary color
Monochromatic Colors of #0B2822
Black with #0B2822
Text Example
Text Example
White with #0B2822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2822; }
p { color: rgb(11,40,34); }
H1.HeaderClassName
{
color: #0B2822;
}
.AnyTagClassName
{
color: #0B2822;
}
</style>
background-color css
<style>
a { background-color: #0B2822; }
a { background-color: rgb(11,40,34); }
div.DivClassName
{
background-color: #0B2822;
}
.BgClassName
{
background-color: #0B2822;
}
</style>
border-color css
<style>
span { border-color: #0B2822; }
span { border-color: rgb(11,40,34); }
td.TdClassName
{
border-color: #0B2822;
}
.TagClassName
{
border-color: #0B2822;
}
</style>