Shades of Dark Green #0B1A16
Tints of Dark Green #0B1A16
RGB
CMYK
RGB Variations
Color information
#0B1A16 (or 0x0B1A16) is known color: Dark Green. HEX triplet: 0B, 1A and 16. RGB value is (11,26,22). Sum of RGB (Red+Green+Blue) = 11+26+22=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A16 is #F4E5E9. Grayscale: #151515. Windows color (decimal): -16049642 or 1448459. OLE color: 1448459.
HSL color Cylindrical-coordinate representation of color #0B1A16: hue angle of 164º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B1A16 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 26 | 22 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.90 |
| HSL | 164º | 0.41% | 0.07% | - |
| HSV(B) | 164º | 0.58% | 0.1% | - |
| XYZ | 0.65 | 0.87 | 0.89 | - |
| YUV | 21.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 22 | 0.58 | 0 | 0.15 | 0.90 | 164 | 0.41 | 0.07 |
| Hex | B | 1A | 16 | 3A | 0 | F | 5A | A4 | 29 | 7 |
| Octal | 13 | 32 | 26 | 72 | 0 | 17 | 132 | 244 | 51 | 7 |
| Binary | 1011 | 11010 | 10110 | 111010 | 0 | 1111 | 1011010 | 10100100 | 101001 | 111 |
Color Harmonies of #0B1A16
Complementary color
Monochromatic Colors of #0B1A16
Black with #0B1A16
Text Example
Text Example
White with #0B1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A16; }
p { color: rgb(11,26,22); }
H1.HeaderClassName
{
color: #0B1A16;
}
.AnyTagClassName
{
color: #0B1A16;
}
</style>
background-color css
<style>
a { background-color: #0B1A16; }
a { background-color: rgb(11,26,22); }
div.DivClassName
{
background-color: #0B1A16;
}
.BgClassName
{
background-color: #0B1A16;
}
</style>
border-color css
<style>
span { border-color: #0B1A16; }
span { border-color: rgb(11,26,22); }
td.TdClassName
{
border-color: #0B1A16;
}
.TagClassName
{
border-color: #0B1A16;
}
</style>