Shades of Dark Green #0B3420
Tints of Dark Green #0B3420
RGB
CMYK
RGB Variations
Color information
#0B3420 (or 0x0B3420) is known color: Dark Green. HEX triplet: 0B, 34 and 20. RGB value is (11,52,32). Sum of RGB (Red+Green+Blue) = 11+52+32=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #0B3420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3420 is #F4CBDF. Grayscale: #252525. Windows color (decimal): -16042976 or 2110475. OLE color: 2110475.
HSL color Cylindrical-coordinate representation of color #0B3420: hue angle of 150.73º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B3420 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 32 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.80 |
| HSL | 150.73º | 0.65% | 0.12% | - |
| HSV(B) | 150.73º | 0.79% | 0.2% | - |
| XYZ | 1.63 | 2.63 | 1.79 | - |
| YUV | 37.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 32 | 0.79 | 0 | 0.38 | 0.80 | 150.73 | 0.65 | 0.12 |
| Hex | B | 34 | 20 | 4F | 0 | 26 | 50 | 97 | 41 | C |
| Octal | 13 | 64 | 40 | 117 | 0 | 46 | 120 | 227 | 101 | 14 |
| Binary | 1011 | 110100 | 100000 | 1001111 | 0 | 100110 | 1010000 | 10010111 | 1000001 | 1100 |
Color Harmonies of #0B3420
Complementary color
Monochromatic Colors of #0B3420
Black with #0B3420
Text Example
Text Example
White with #0B3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3420; }
p { color: rgb(11,52,32); }
H1.HeaderClassName
{
color: #0B3420;
}
.AnyTagClassName
{
color: #0B3420;
}
</style>
background-color css
<style>
a { background-color: #0B3420; }
a { background-color: rgb(11,52,32); }
div.DivClassName
{
background-color: #0B3420;
}
.BgClassName
{
background-color: #0B3420;
}
</style>
border-color css
<style>
span { border-color: #0B3420; }
span { border-color: rgb(11,52,32); }
td.TdClassName
{
border-color: #0B3420;
}
.TagClassName
{
border-color: #0B3420;
}
</style>