Shades of Dark Green #0B3024
Tints of Dark Green #0B3024
RGB
CMYK
RGB Variations
Color information
#0B3024 (or 0x0B3024) is known color: Dark Green. HEX triplet: 0B, 30 and 24. RGB value is (11,48,36). Sum of RGB (Red+Green+Blue) = 11+48+36=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #0B3024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3024 is #F4CFDB. Grayscale: #232323. Windows color (decimal): -16043996 or 2371595. OLE color: 2371595.
HSL color Cylindrical-coordinate representation of color #0B3024: hue angle of 160.54º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B3024 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 48 | 36 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.81 |
| HSL | 160.54º | 0.63% | 0.12% | - |
| HSV(B) | 160.54º | 0.77% | 0.19% | - |
| XYZ | 1.51 | 2.31 | 2.04 | - |
| YUV | 35.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 36 | 0.77 | 0 | 0.25 | 0.81 | 160.54 | 0.63 | 0.12 |
| Hex | B | 30 | 24 | 4D | 0 | 19 | 51 | A1 | 3F | C |
| Octal | 13 | 60 | 44 | 115 | 0 | 31 | 121 | 241 | 77 | 14 |
| Binary | 1011 | 110000 | 100100 | 1001101 | 0 | 11001 | 1010001 | 10100001 | 111111 | 1100 |
Color Harmonies of #0B3024
Complementary color
Monochromatic Colors of #0B3024
Black with #0B3024
Text Example
Text Example
White with #0B3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3024; }
p { color: rgb(11,48,36); }
H1.HeaderClassName
{
color: #0B3024;
}
.AnyTagClassName
{
color: #0B3024;
}
</style>
background-color css
<style>
a { background-color: #0B3024; }
a { background-color: rgb(11,48,36); }
div.DivClassName
{
background-color: #0B3024;
}
.BgClassName
{
background-color: #0B3024;
}
</style>
border-color css
<style>
span { border-color: #0B3024; }
span { border-color: rgb(11,48,36); }
td.TdClassName
{
border-color: #0B3024;
}
.TagClassName
{
border-color: #0B3024;
}
</style>