Shades of Dark Green #0B1212
Tints of Dark Green #0B1212
RGB
CMYK
RGB Variations
Color information
#0B1212 (or 0x0B1212) is known color: Dark Green. HEX triplet: 0B, 12 and 12. RGB value is (11,18,18). Sum of RGB (Red+Green+Blue) = 11+18+18=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #0B1212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1212 is #F4EDED. Grayscale: #0F0F0F. Windows color (decimal): -16051694 or 1184267. OLE color: 1184267.
HSL color Cylindrical-coordinate representation of color #0B1212: hue angle of 180º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0B1212 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 18 | 18 | - |
| CMYK | 0.39 | 0 | 0 | 0.93 |
| HSL | 180º | 0.24% | 0.06% | - |
| HSV(B) | 180º | 0.39% | 0.07% | - |
| XYZ | 0.46 | 0.55 | 0.65 | - |
| YUV | 15.91 | 129.18 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 18 | 0.39 | 0 | 0 | 0.93 | 180 | 0.24 | 0.06 |
| Hex | B | 12 | 12 | 27 | 0 | 0 | 5D | B4 | 18 | 6 |
| Octal | 13 | 22 | 22 | 47 | 0 | 0 | 135 | 264 | 30 | 6 |
| Binary | 1011 | 10010 | 10010 | 100111 | 0 | 0 | 1011101 | 10110100 | 11000 | 110 |
Color Harmonies of #0B1212
Complementary color
Monochromatic Colors of #0B1212
Black with #0B1212
Text Example
Text Example
White with #0B1212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1212; }
p { color: rgb(11,18,18); }
H1.HeaderClassName
{
color: #0B1212;
}
.AnyTagClassName
{
color: #0B1212;
}
</style>
background-color css
<style>
a { background-color: #0B1212; }
a { background-color: rgb(11,18,18); }
div.DivClassName
{
background-color: #0B1212;
}
.BgClassName
{
background-color: #0B1212;
}
</style>
border-color css
<style>
span { border-color: #0B1212; }
span { border-color: rgb(11,18,18); }
td.TdClassName
{
border-color: #0B1212;
}
.TagClassName
{
border-color: #0B1212;
}
</style>