Shades of Dark Green #0B1511
Tints of Dark Green #0B1511
RGB
CMYK
RGB Variations
Color information
#0B1511 (or 0x0B1511) is known color: Dark Green. HEX triplet: 0B, 15 and 11. RGB value is (11,21,17). Sum of RGB (Red+Green+Blue) = 11+21+17=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1511 is #F4EAEE. Grayscale: #111111. Windows color (decimal): -16050927 or 1119499. OLE color: 1119499.
HSL color Cylindrical-coordinate representation of color #0B1511: hue angle of 156º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B1511 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 21 | 17 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.92 |
| HSL | 156º | 0.31% | 0.06% | - |
| HSV(B) | 156º | 0.48% | 0.08% | - |
| XYZ | 0.51 | 0.65 | 0.63 | - |
| YUV | 17.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 17 | 0.48 | 0 | 0.19 | 0.92 | 156 | 0.31 | 0.06 |
| Hex | B | 15 | 11 | 30 | 0 | 13 | 5C | 9C | 1F | 6 |
| Octal | 13 | 25 | 21 | 60 | 0 | 23 | 134 | 234 | 37 | 6 |
| Binary | 1011 | 10101 | 10001 | 110000 | 0 | 10011 | 1011100 | 10011100 | 11111 | 110 |
Color Harmonies of #0B1511
Complementary color
Monochromatic Colors of #0B1511
Black with #0B1511
Text Example
Text Example
White with #0B1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1511; }
p { color: rgb(11,21,17); }
H1.HeaderClassName
{
color: #0B1511;
}
.AnyTagClassName
{
color: #0B1511;
}
</style>
background-color css
<style>
a { background-color: #0B1511; }
a { background-color: rgb(11,21,17); }
div.DivClassName
{
background-color: #0B1511;
}
.BgClassName
{
background-color: #0B1511;
}
</style>
border-color css
<style>
span { border-color: #0B1511; }
span { border-color: rgb(11,21,17); }
td.TdClassName
{
border-color: #0B1511;
}
.TagClassName
{
border-color: #0B1511;
}
</style>