Shades of Dark Green #0B100F
Tints of Dark Green #0B100F
RGB
CMYK
RGB Variations
Color information
#0B100F (or 0x0B100F) is known color: Dark Green. HEX triplet: 0B, 10 and 0F. RGB value is (11,16,15). Sum of RGB (Red+Green+Blue) = 11+16+15=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 16 - color contains mainly: green. Hex color #0B100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B100F is #F4EFF0. Grayscale: #0E0E0E. Windows color (decimal): -16052209 or 987147. OLE color: 987147.
HSL color Cylindrical-coordinate representation of color #0B100F: hue angle of 168º 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 #0B100F is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 11 | 16 | 15 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.94 |
| HSL | 168º | 0.19% | 0.05% | - |
| HSV(B) | 168º | 0.31% | 0.06% | - |
| XYZ | 0.41 | 0.48 | 0.52 | - |
| YUV | 14.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 15 | 0.31 | 0 | 0.06 | 0.94 | 168 | 0.19 | 0.05 |
| Hex | B | 10 | F | 1F | 0 | 6 | 5E | A8 | 13 | 5 |
| Octal | 13 | 20 | 17 | 37 | 0 | 6 | 136 | 250 | 23 | 5 |
| Binary | 1011 | 10000 | 1111 | 11111 | 0 | 110 | 1011110 | 10101000 | 10011 | 101 |
Color Harmonies of #0B100F
Complementary color
Monochromatic Colors of #0B100F
Black with #0B100F
Text Example
Text Example
White with #0B100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B100F; }
p { color: rgb(11,16,15); }
H1.HeaderClassName
{
color: #0B100F;
}
.AnyTagClassName
{
color: #0B100F;
}
</style>
background-color css
<style>
a { background-color: #0B100F; }
a { background-color: rgb(11,16,15); }
div.DivClassName
{
background-color: #0B100F;
}
.BgClassName
{
background-color: #0B100F;
}
</style>
border-color css
<style>
span { border-color: #0B100F; }
span { border-color: rgb(11,16,15); }
td.TdClassName
{
border-color: #0B100F;
}
.TagClassName
{
border-color: #0B100F;
}
</style>