Shades of Dark Green #0B1A14
Tints of Dark Green #0B1A14
RGB
CMYK
RGB Variations
Color information
#0B1A14 (or 0x0B1A14) is known color: Dark Green. HEX triplet: 0B, 1A and 14. RGB value is (11,26,20). Sum of RGB (Red+Green+Blue) = 11+26+20=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A14 is #F4E5EB. Grayscale: #141414. Windows color (decimal): -16049644 or 1317387. OLE color: 1317387.
HSL color Cylindrical-coordinate representation of color #0B1A14: hue angle of 156º 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 #0B1A14 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 26 | 20 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.90 |
| HSL | 156º | 0.41% | 0.07% | - |
| HSV(B) | 156º | 0.58% | 0.1% | - |
| XYZ | 0.63 | 0.86 | 0.79 | - |
| YUV | 20.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 20 | 0.58 | 0 | 0.23 | 0.90 | 156 | 0.41 | 0.07 |
| Hex | B | 1A | 14 | 3A | 0 | 17 | 5A | 9C | 29 | 7 |
| Octal | 13 | 32 | 24 | 72 | 0 | 27 | 132 | 234 | 51 | 7 |
| Binary | 1011 | 11010 | 10100 | 111010 | 0 | 10111 | 1011010 | 10011100 | 101001 | 111 |
Color Harmonies of #0B1A14
Complementary color
Monochromatic Colors of #0B1A14
Black with #0B1A14
Text Example
Text Example
White with #0B1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A14; }
p { color: rgb(11,26,20); }
H1.HeaderClassName
{
color: #0B1A14;
}
.AnyTagClassName
{
color: #0B1A14;
}
</style>
background-color css
<style>
a { background-color: #0B1A14; }
a { background-color: rgb(11,26,20); }
div.DivClassName
{
background-color: #0B1A14;
}
.BgClassName
{
background-color: #0B1A14;
}
</style>
border-color css
<style>
span { border-color: #0B1A14; }
span { border-color: rgb(11,26,20); }
td.TdClassName
{
border-color: #0B1A14;
}
.TagClassName
{
border-color: #0B1A14;
}
</style>