Shades of Dark Green #0B3824
Tints of Dark Green #0B3824
RGB
CMYK
RGB Variations
Color information
#0B3824 (or 0x0B3824) is known color: Dark Green. HEX triplet: 0B, 38 and 24. RGB value is (11,56,36). Sum of RGB (Red+Green+Blue) = 11+56+36=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 56 (22.27% from 255 or 54.37% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 56 - color contains mainly: green. Hex color #0B3824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3824 is #F4C7DB. Grayscale: #282828. Windows color (decimal): -16041948 or 2373643. OLE color: 2373643.
HSL color Cylindrical-coordinate representation of color #0B3824: hue angle of 153.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B3824 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 56 | 36 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.78 |
| HSL | 153.33º | 0.67% | 0.13% | - |
| HSV(B) | 153.33º | 0.8% | 0.22% | - |
| XYZ | 1.87 | 3.03 | 2.15 | - |
| YUV | 40.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 36 | 0.80 | 0 | 0.36 | 0.78 | 153.33 | 0.67 | 0.13 |
| Hex | B | 38 | 24 | 50 | 0 | 24 | 4E | 99 | 43 | D |
| Octal | 13 | 70 | 44 | 120 | 0 | 44 | 116 | 231 | 103 | 15 |
| Binary | 1011 | 111000 | 100100 | 1010000 | 0 | 100100 | 1001110 | 10011001 | 1000011 | 1101 |
Color Harmonies of #0B3824
Complementary color
Monochromatic Colors of #0B3824
Black with #0B3824
Text Example
Text Example
White with #0B3824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3824; }
p { color: rgb(11,56,36); }
H1.HeaderClassName
{
color: #0B3824;
}
.AnyTagClassName
{
color: #0B3824;
}
</style>
background-color css
<style>
a { background-color: #0B3824; }
a { background-color: rgb(11,56,36); }
div.DivClassName
{
background-color: #0B3824;
}
.BgClassName
{
background-color: #0B3824;
}
</style>
border-color css
<style>
span { border-color: #0B3824; }
span { border-color: rgb(11,56,36); }
td.TdClassName
{
border-color: #0B3824;
}
.TagClassName
{
border-color: #0B3824;
}
</style>