Shades of Dark Green #0B3120
Tints of Dark Green #0B3120
RGB
CMYK
RGB Variations
Color information
#0B3120 (or 0x0B3120) is known color: Dark Green. HEX triplet: 0B, 31 and 20. RGB value is (11,49,32). Sum of RGB (Red+Green+Blue) = 11+49+32=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #0B3120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3120 is #F4CEDF. Grayscale: #232323. Windows color (decimal): -16043744 or 2109707. OLE color: 2109707.
HSL color Cylindrical-coordinate representation of color #0B3120: hue angle of 153.16º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B3120 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 49 | 32 | - |
| CMYK | 0.78 | 0 | 0.35 | 0.81 |
| HSL | 153.16º | 0.63% | 0.12% | - |
| HSV(B) | 153.16º | 0.78% | 0.19% | - |
| XYZ | 1.5 | 2.37 | 1.75 | - |
| YUV | 35.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 49 | 32 | 0.78 | 0 | 0.35 | 0.81 | 153.16 | 0.63 | 0.12 |
| Hex | B | 31 | 20 | 4E | 0 | 23 | 51 | 99 | 3F | C |
| Octal | 13 | 61 | 40 | 116 | 0 | 43 | 121 | 231 | 77 | 14 |
| Binary | 1011 | 110001 | 100000 | 1001110 | 0 | 100011 | 1010001 | 10011001 | 111111 | 1100 |
Color Harmonies of #0B3120
Complementary color
Monochromatic Colors of #0B3120
Black with #0B3120
Text Example
Text Example
White with #0B3120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3120; }
p { color: rgb(11,49,32); }
H1.HeaderClassName
{
color: #0B3120;
}
.AnyTagClassName
{
color: #0B3120;
}
</style>
background-color css
<style>
a { background-color: #0B3120; }
a { background-color: rgb(11,49,32); }
div.DivClassName
{
background-color: #0B3120;
}
.BgClassName
{
background-color: #0B3120;
}
</style>
border-color css
<style>
span { border-color: #0B3120; }
span { border-color: rgb(11,49,32); }
td.TdClassName
{
border-color: #0B3120;
}
.TagClassName
{
border-color: #0B3120;
}
</style>