Shades of Dark Green #0B3224
Tints of Dark Green #0B3224
RGB
CMYK
RGB Variations
Color information
#0B3224 (or 0x0B3224) is known color: Dark Green. HEX triplet: 0B, 32 and 24. RGB value is (11,50,36). Sum of RGB (Red+Green+Blue) = 11+50+36=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3224 is #F4CDDB. Grayscale: #242424. Windows color (decimal): -16043484 or 2372107. OLE color: 2372107.
HSL color Cylindrical-coordinate representation of color #0B3224: hue angle of 158.46º 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 #0B3224 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 50 | 36 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.80 |
| HSL | 158.46º | 0.64% | 0.12% | - |
| HSV(B) | 158.46º | 0.78% | 0.2% | - |
| XYZ | 1.6 | 2.48 | 2.06 | - |
| YUV | 36.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 36 | 0.78 | 0 | 0.28 | 0.80 | 158.46 | 0.64 | 0.12 |
| Hex | B | 32 | 24 | 4E | 0 | 1C | 50 | 9E | 40 | C |
| Octal | 13 | 62 | 44 | 116 | 0 | 34 | 120 | 236 | 100 | 14 |
| Binary | 1011 | 110010 | 100100 | 1001110 | 0 | 11100 | 1010000 | 10011110 | 1000000 | 1100 |
Color Harmonies of #0B3224
Complementary color
Monochromatic Colors of #0B3224
Black with #0B3224
Text Example
Text Example
White with #0B3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3224; }
p { color: rgb(11,50,36); }
H1.HeaderClassName
{
color: #0B3224;
}
.AnyTagClassName
{
color: #0B3224;
}
</style>
background-color css
<style>
a { background-color: #0B3224; }
a { background-color: rgb(11,50,36); }
div.DivClassName
{
background-color: #0B3224;
}
.BgClassName
{
background-color: #0B3224;
}
</style>
border-color css
<style>
span { border-color: #0B3224; }
span { border-color: rgb(11,50,36); }
td.TdClassName
{
border-color: #0B3224;
}
.TagClassName
{
border-color: #0B3224;
}
</style>