Shades of Dark Green #0B1A11
Tints of Dark Green #0B1A11
RGB
CMYK
RGB Variations
Color information
#0B1A11 (or 0x0B1A11) is known color: Dark Green. HEX triplet: 0B, 1A and 11. RGB value is (11,26,17). Sum of RGB (Red+Green+Blue) = 11+26+17=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 26 (10.55% from 255 or 48.15% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A11 is #F4E5EE. Grayscale: #141414. Windows color (decimal): -16049647 or 1120779. OLE color: 1120779.
HSL color Cylindrical-coordinate representation of color #0B1A11: hue angle of 144º 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 #0B1A11 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 26 | 17 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.90 |
| HSL | 144º | 0.41% | 0.07% | - |
| HSV(B) | 144º | 0.58% | 0.1% | - |
| XYZ | 0.61 | 0.85 | 0.66 | - |
| YUV | 20.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 26 | 17 | 0.58 | 0 | 0.35 | 0.90 | 144 | 0.41 | 0.07 |
| Hex | B | 1A | 11 | 3A | 0 | 23 | 5A | 90 | 29 | 7 |
| Octal | 13 | 32 | 21 | 72 | 0 | 43 | 132 | 220 | 51 | 7 |
| Binary | 1011 | 11010 | 10001 | 111010 | 0 | 100011 | 1011010 | 10010000 | 101001 | 111 |
Color Harmonies of #0B1A11
Complementary color
Monochromatic Colors of #0B1A11
Black with #0B1A11
Text Example
Text Example
White with #0B1A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1A11; }
p { color: rgb(11,26,17); }
H1.HeaderClassName
{
color: #0B1A11;
}
.AnyTagClassName
{
color: #0B1A11;
}
</style>
background-color css
<style>
a { background-color: #0B1A11; }
a { background-color: rgb(11,26,17); }
div.DivClassName
{
background-color: #0B1A11;
}
.BgClassName
{
background-color: #0B1A11;
}
</style>
border-color css
<style>
span { border-color: #0B1A11; }
span { border-color: rgb(11,26,17); }
td.TdClassName
{
border-color: #0B1A11;
}
.TagClassName
{
border-color: #0B1A11;
}
</style>