Shades of Dark Green #0B3220
Tints of Dark Green #0B3220
RGB
CMYK
RGB Variations
Color information
#0B3220 (or 0x0B3220) is known color: Dark Green. HEX triplet: 0B, 32 and 20. RGB value is (11,50,32). Sum of RGB (Red+Green+Blue) = 11+50+32=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3220 is #F4CDDF. Grayscale: #242424. Windows color (decimal): -16043488 or 2109963. OLE color: 2109963.
HSL color Cylindrical-coordinate representation of color #0B3220: hue angle of 152.31º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B3220 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 50 | 32 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.80 |
| HSL | 152.31º | 0.64% | 0.12% | - |
| HSV(B) | 152.31º | 0.78% | 0.2% | - |
| XYZ | 1.54 | 2.46 | 1.76 | - |
| YUV | 36.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 32 | 0.78 | 0 | 0.36 | 0.80 | 152.31 | 0.64 | 0.12 |
| Hex | B | 32 | 20 | 4E | 0 | 24 | 50 | 98 | 40 | C |
| Octal | 13 | 62 | 40 | 116 | 0 | 44 | 120 | 230 | 100 | 14 |
| Binary | 1011 | 110010 | 100000 | 1001110 | 0 | 100100 | 1010000 | 10011000 | 1000000 | 1100 |
Color Harmonies of #0B3220
Complementary color
Monochromatic Colors of #0B3220
Black with #0B3220
Text Example
Text Example
White with #0B3220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3220; }
p { color: rgb(11,50,32); }
H1.HeaderClassName
{
color: #0B3220;
}
.AnyTagClassName
{
color: #0B3220;
}
</style>
background-color css
<style>
a { background-color: #0B3220; }
a { background-color: rgb(11,50,32); }
div.DivClassName
{
background-color: #0B3220;
}
.BgClassName
{
background-color: #0B3220;
}
</style>
border-color css
<style>
span { border-color: #0B3220; }
span { border-color: rgb(11,50,32); }
td.TdClassName
{
border-color: #0B3220;
}
.TagClassName
{
border-color: #0B3220;
}
</style>