Shades of Dark Green #0B1512
Tints of Dark Green #0B1512
RGB
CMYK
RGB Variations
Color information
#0B1512 (or 0x0B1512) is known color: Dark Green. HEX triplet: 0B, 15 and 12. RGB value is (11,21,18). Sum of RGB (Red+Green+Blue) = 11+21+18=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1512 is #F4EAED. Grayscale: #111111. Windows color (decimal): -16050926 or 1185035. OLE color: 1185035.
HSL color Cylindrical-coordinate representation of color #0B1512: hue angle of 162º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0B1512 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 11 | 21 | 18 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.92 |
| HSL | 162º | 0.31% | 0.06% | - |
| HSV(B) | 162º | 0.48% | 0.08% | - |
| XYZ | 0.52 | 0.65 | 0.67 | - |
| YUV | 17.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 18 | 0.48 | 0 | 0.14 | 0.92 | 162 | 0.31 | 0.06 |
| Hex | B | 15 | 12 | 30 | 0 | E | 5C | A2 | 1F | 6 |
| Octal | 13 | 25 | 22 | 60 | 0 | 16 | 134 | 242 | 37 | 6 |
| Binary | 1011 | 10101 | 10010 | 110000 | 0 | 1110 | 1011100 | 10100010 | 11111 | 110 |
Color Harmonies of #0B1512
Complementary color
Monochromatic Colors of #0B1512
Black with #0B1512
Text Example
Text Example
White with #0B1512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1512; }
p { color: rgb(11,21,18); }
H1.HeaderClassName
{
color: #0B1512;
}
.AnyTagClassName
{
color: #0B1512;
}
</style>
background-color css
<style>
a { background-color: #0B1512; }
a { background-color: rgb(11,21,18); }
div.DivClassName
{
background-color: #0B1512;
}
.BgClassName
{
background-color: #0B1512;
}
</style>
border-color css
<style>
span { border-color: #0B1512; }
span { border-color: rgb(11,21,18); }
td.TdClassName
{
border-color: #0B1512;
}
.TagClassName
{
border-color: #0B1512;
}
</style>