Shades of Dark Green #0B130E
Tints of Dark Green #0B130E
RGB
CMYK
RGB Variations
Color information
#0B130E (or 0x0B130E) is known color: Dark Green. HEX triplet: 0B, 13 and 0E. RGB value is (11,19,14). Sum of RGB (Red+Green+Blue) = 11+19+14=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #0B130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B130E is #F4ECF1. Grayscale: #101010. Windows color (decimal): -16051442 or 922379. OLE color: 922379.
HSL color Cylindrical-coordinate representation of color #0B130E: hue angle of 142.5º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0B130E is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 19 | 14 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.93 |
| HSL | 142.5º | 0.27% | 0.06% | - |
| HSV(B) | 142.5º | 0.42% | 0.07% | - |
| XYZ | 0.45 | 0.57 | 0.5 | - |
| YUV | 16.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 14 | 0.42 | 0 | 0.26 | 0.93 | 142.5 | 0.27 | 0.06 |
| Hex | B | 13 | E | 2A | 0 | 1A | 5D | 8E | 1B | 6 |
| Octal | 13 | 23 | 16 | 52 | 0 | 32 | 135 | 216 | 33 | 6 |
| Binary | 1011 | 10011 | 1110 | 101010 | 0 | 11010 | 1011101 | 10001110 | 11011 | 110 |
Color Harmonies of #0B130E
Complementary color
Monochromatic Colors of #0B130E
Black with #0B130E
Text Example
Text Example
White with #0B130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B130E; }
p { color: rgb(11,19,14); }
H1.HeaderClassName
{
color: #0B130E;
}
.AnyTagClassName
{
color: #0B130E;
}
</style>
background-color css
<style>
a { background-color: #0B130E; }
a { background-color: rgb(11,19,14); }
div.DivClassName
{
background-color: #0B130E;
}
.BgClassName
{
background-color: #0B130E;
}
</style>
border-color css
<style>
span { border-color: #0B130E; }
span { border-color: rgb(11,19,14); }
td.TdClassName
{
border-color: #0B130E;
}
.TagClassName
{
border-color: #0B130E;
}
</style>