Shades of Dark Green #0B110F
Tints of Dark Green #0B110F
RGB
CMYK
RGB Variations
Color information
#0B110F (or 0x0B110F) is known color: Dark Green. HEX triplet: 0B, 11 and 0F. RGB value is (11,17,15). Sum of RGB (Red+Green+Blue) = 11+17+15=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 17 - color contains mainly: green. Hex color #0B110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B110F is #F4EEF0. Grayscale: #0E0E0E. Windows color (decimal): -16051953 or 987403. OLE color: 987403.
HSL color Cylindrical-coordinate representation of color #0B110F: hue angle of 160º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0B110F is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 17 | 15 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.93 |
| HSL | 160º | 0.21% | 0.05% | - |
| HSV(B) | 160º | 0.35% | 0.07% | - |
| XYZ | 0.42 | 0.51 | 0.53 | - |
| YUV | 14.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 15 | 0.35 | 0 | 0.12 | 0.93 | 160 | 0.21 | 0.05 |
| Hex | B | 11 | F | 23 | 0 | C | 5D | A0 | 15 | 5 |
| Octal | 13 | 21 | 17 | 43 | 0 | 14 | 135 | 240 | 25 | 5 |
| Binary | 1011 | 10001 | 1111 | 100011 | 0 | 1100 | 1011101 | 10100000 | 10101 | 101 |
Color Harmonies of #0B110F
Complementary color
Monochromatic Colors of #0B110F
Black with #0B110F
Text Example
Text Example
White with #0B110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B110F; }
p { color: rgb(11,17,15); }
H1.HeaderClassName
{
color: #0B110F;
}
.AnyTagClassName
{
color: #0B110F;
}
</style>
background-color css
<style>
a { background-color: #0B110F; }
a { background-color: rgb(11,17,15); }
div.DivClassName
{
background-color: #0B110F;
}
.BgClassName
{
background-color: #0B110F;
}
</style>
border-color css
<style>
span { border-color: #0B110F; }
span { border-color: rgb(11,17,15); }
td.TdClassName
{
border-color: #0B110F;
}
.TagClassName
{
border-color: #0B110F;
}
</style>