Shades of Dark Green #0B100E
Tints of Dark Green #0B100E
RGB
CMYK
RGB Variations
Color information
#0B100E (or 0x0B100E) is known color: Dark Green. HEX triplet: 0B, 10 and 0E. RGB value is (11,16,14). Sum of RGB (Red+Green+Blue) = 11+16+14=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 16 - color contains mainly: green. Hex color #0B100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B100E is #F4EFF1. Grayscale: #0E0E0E. Windows color (decimal): -16052210 or 921611. OLE color: 921611.
HSL color Cylindrical-coordinate representation of color #0B100E: hue angle of 156º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0B100E is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 11 | 16 | 14 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.94 |
| HSL | 156º | 0.19% | 0.05% | - |
| HSV(B) | 156º | 0.31% | 0.06% | - |
| XYZ | 0.4 | 0.47 | 0.49 | - |
| YUV | 14.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 14 | 0.31 | 0 | 0.13 | 0.94 | 156 | 0.19 | 0.05 |
| Hex | B | 10 | E | 1F | 0 | D | 5E | 9C | 13 | 5 |
| Octal | 13 | 20 | 16 | 37 | 0 | 15 | 136 | 234 | 23 | 5 |
| Binary | 1011 | 10000 | 1110 | 11111 | 0 | 1101 | 1011110 | 10011100 | 10011 | 101 |
Color Harmonies of #0B100E
Complementary color
Monochromatic Colors of #0B100E
Black with #0B100E
Text Example
Text Example
White with #0B100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B100E; }
p { color: rgb(11,16,14); }
H1.HeaderClassName
{
color: #0B100E;
}
.AnyTagClassName
{
color: #0B100E;
}
</style>
background-color css
<style>
a { background-color: #0B100E; }
a { background-color: rgb(11,16,14); }
div.DivClassName
{
background-color: #0B100E;
}
.BgClassName
{
background-color: #0B100E;
}
</style>
border-color css
<style>
span { border-color: #0B100E; }
span { border-color: rgb(11,16,14); }
td.TdClassName
{
border-color: #0B100E;
}
.TagClassName
{
border-color: #0B100E;
}
</style>