Shades of Dark Green #0B3221
Tints of Dark Green #0B3221
RGB
CMYK
RGB Variations
Color information
#0B3221 (or 0x0B3221) is known color: Dark Green. HEX triplet: 0B, 32 and 21. RGB value is (11,50,33). Sum of RGB (Red+Green+Blue) = 11+50+33=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3221 is #F4CDDE. Grayscale: #242424. Windows color (decimal): -16043487 or 2175499. OLE color: 2175499.
HSL color Cylindrical-coordinate representation of color #0B3221: hue angle of 153.85º 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 #0B3221 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 50 | 33 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.80 |
| HSL | 153.85º | 0.64% | 0.12% | - |
| HSV(B) | 153.85º | 0.78% | 0.2% | - |
| XYZ | 1.55 | 2.46 | 1.83 | - |
| YUV | 36.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 33 | 0.78 | 0 | 0.34 | 0.80 | 153.85 | 0.64 | 0.12 |
| Hex | B | 32 | 21 | 4E | 0 | 22 | 50 | 9A | 40 | C |
| Octal | 13 | 62 | 41 | 116 | 0 | 42 | 120 | 232 | 100 | 14 |
| Binary | 1011 | 110010 | 100001 | 1001110 | 0 | 100010 | 1010000 | 10011010 | 1000000 | 1100 |
Color Harmonies of #0B3221
Complementary color
Monochromatic Colors of #0B3221
Black with #0B3221
Text Example
Text Example
White with #0B3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3221; }
p { color: rgb(11,50,33); }
H1.HeaderClassName
{
color: #0B3221;
}
.AnyTagClassName
{
color: #0B3221;
}
</style>
background-color css
<style>
a { background-color: #0B3221; }
a { background-color: rgb(11,50,33); }
div.DivClassName
{
background-color: #0B3221;
}
.BgClassName
{
background-color: #0B3221;
}
</style>
border-color css
<style>
span { border-color: #0B3221; }
span { border-color: rgb(11,50,33); }
td.TdClassName
{
border-color: #0B3221;
}
.TagClassName
{
border-color: #0B3221;
}
</style>