Shades of Dark Green #0B1712
Tints of Dark Green #0B1712
RGB
CMYK
RGB Variations
Color information
#0B1712 (or 0x0B1712) is known color: Dark Green. HEX triplet: 0B, 17 and 12. RGB value is (11,23,18). Sum of RGB (Red+Green+Blue) = 11+23+18=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #0B1712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1712 is #F4E8ED. Grayscale: #121212. Windows color (decimal): -16050414 or 1185547. OLE color: 1185547.
HSL color Cylindrical-coordinate representation of color #0B1712: hue angle of 155º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0B1712 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 23 | 18 | - |
| CMYK | 0.52 | 0 | 0.22 | 0.91 |
| HSL | 155º | 0.35% | 0.07% | - |
| HSV(B) | 155º | 0.52% | 0.09% | - |
| XYZ | 0.55 | 0.73 | 0.68 | - |
| YUV | 18.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 18 | 0.52 | 0 | 0.22 | 0.91 | 155 | 0.35 | 0.07 |
| Hex | B | 17 | 12 | 34 | 0 | 16 | 5B | 9B | 23 | 7 |
| Octal | 13 | 27 | 22 | 64 | 0 | 26 | 133 | 233 | 43 | 7 |
| Binary | 1011 | 10111 | 10010 | 110100 | 0 | 10110 | 1011011 | 10011011 | 100011 | 111 |
Color Harmonies of #0B1712
Complementary color
Monochromatic Colors of #0B1712
Black with #0B1712
Text Example
Text Example
White with #0B1712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1712; }
p { color: rgb(11,23,18); }
H1.HeaderClassName
{
color: #0B1712;
}
.AnyTagClassName
{
color: #0B1712;
}
</style>
background-color css
<style>
a { background-color: #0B1712; }
a { background-color: rgb(11,23,18); }
div.DivClassName
{
background-color: #0B1712;
}
.BgClassName
{
background-color: #0B1712;
}
</style>
border-color css
<style>
span { border-color: #0B1712; }
span { border-color: rgb(11,23,18); }
td.TdClassName
{
border-color: #0B1712;
}
.TagClassName
{
border-color: #0B1712;
}
</style>