Shades of Dark Green #0B2415
Tints of Dark Green #0B2415
RGB
CMYK
RGB Variations
Color information
#0B2415 (or 0x0B2415) is known color: Dark Green. HEX triplet: 0B, 24 and 15. RGB value is (11,36,21). Sum of RGB (Red+Green+Blue) = 11+36+21=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #0B2415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2415 is #F4DBEA. Grayscale: #1A1A1A. Windows color (decimal): -16047083 or 1385483. OLE color: 1385483.
HSL color Cylindrical-coordinate representation of color #0B2415: hue angle of 144º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B2415 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 36 | 21 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.86 |
| HSL | 144º | 0.53% | 0.09% | - |
| HSV(B) | 144º | 0.69% | 0.14% | - |
| XYZ | 0.9 | 1.39 | 0.93 | - |
| YUV | 26.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 21 | 0.69 | 0 | 0.42 | 0.86 | 144 | 0.53 | 0.09 |
| Hex | B | 24 | 15 | 45 | 0 | 2A | 56 | 90 | 35 | 9 |
| Octal | 13 | 44 | 25 | 105 | 0 | 52 | 126 | 220 | 65 | 11 |
| Binary | 1011 | 100100 | 10101 | 1000101 | 0 | 101010 | 1010110 | 10010000 | 110101 | 1001 |
Color Harmonies of #0B2415
Complementary color
Monochromatic Colors of #0B2415
Black with #0B2415
Text Example
Text Example
White with #0B2415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2415; }
p { color: rgb(11,36,21); }
H1.HeaderClassName
{
color: #0B2415;
}
.AnyTagClassName
{
color: #0B2415;
}
</style>
background-color css
<style>
a { background-color: #0B2415; }
a { background-color: rgb(11,36,21); }
div.DivClassName
{
background-color: #0B2415;
}
.BgClassName
{
background-color: #0B2415;
}
</style>
border-color css
<style>
span { border-color: #0B2415; }
span { border-color: rgb(11,36,21); }
td.TdClassName
{
border-color: #0B2415;
}
.TagClassName
{
border-color: #0B2415;
}
</style>