Shades of Dark Green #0B321E
Tints of Dark Green #0B321E
RGB
CMYK
RGB Variations
Color information
#0B321E (or 0x0B321E) is known color: Dark Green. HEX triplet: 0B, 32 and 1E. RGB value is (11,50,30). Sum of RGB (Red+Green+Blue) = 11+50+30=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #0B321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B321E is #F4CDE1. Grayscale: #242424. Windows color (decimal): -16043490 or 1978891. OLE color: 1978891.
HSL color Cylindrical-coordinate representation of color #0B321E: hue angle of 149.23º 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 #0B321E is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 50 | 30 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.80 |
| HSL | 149.23º | 0.64% | 0.12% | - |
| HSV(B) | 149.23º | 0.78% | 0.2% | - |
| XYZ | 1.51 | 2.45 | 1.62 | - |
| YUV | 36.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 30 | 0.78 | 0 | 0.40 | 0.80 | 149.23 | 0.64 | 0.12 |
| Hex | B | 32 | 1E | 4E | 0 | 28 | 50 | 95 | 40 | C |
| Octal | 13 | 62 | 36 | 116 | 0 | 50 | 120 | 225 | 100 | 14 |
| Binary | 1011 | 110010 | 11110 | 1001110 | 0 | 101000 | 1010000 | 10010101 | 1000000 | 1100 |
Color Harmonies of #0B321E
Complementary color
Monochromatic Colors of #0B321E
Black with #0B321E
Text Example
Text Example
White with #0B321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B321E; }
p { color: rgb(11,50,30); }
H1.HeaderClassName
{
color: #0B321E;
}
.AnyTagClassName
{
color: #0B321E;
}
</style>
background-color css
<style>
a { background-color: #0B321E; }
a { background-color: rgb(11,50,30); }
div.DivClassName
{
background-color: #0B321E;
}
.BgClassName
{
background-color: #0B321E;
}
</style>
border-color css
<style>
span { border-color: #0B321E; }
span { border-color: rgb(11,50,30); }
td.TdClassName
{
border-color: #0B321E;
}
.TagClassName
{
border-color: #0B321E;
}
</style>