Shades of Pine Tree #0B1806
Tints of Pine Tree #0B1806
RGB
CMYK
RGB Variations
Color information
#0B1806 (or 0x0B1806) is known color: Pine Tree. HEX triplet: 0B, 18 and 06. RGB value is (11,24,6). Sum of RGB (Red+Green+Blue) = 11+24+6=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1806 is #F4E7F9. Grayscale: #121212. Windows color (decimal): -16050170 or 399371. OLE color: 399371.
HSL color Cylindrical-coordinate representation of color #0B1806: hue angle of 103.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B1806 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 24 | 6 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.91 |
| HSL | 103.33º | 0.6% | 0.06% | - |
| HSV(B) | 103.33º | 0.75% | 0.09% | - |
| XYZ | 0.5 | 0.74 | 0.29 | - |
| YUV | 18.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 6 | 0.54 | 0 | 0.75 | 0.91 | 103.33 | 0.6 | 0.06 |
| Hex | B | 18 | 6 | 36 | 0 | 4B | 5B | 67 | 3C | 6 |
| Octal | 13 | 30 | 6 | 66 | 0 | 113 | 133 | 147 | 74 | 6 |
| Binary | 1011 | 11000 | 110 | 110110 | 0 | 1001011 | 1011011 | 1100111 | 111100 | 110 |
Color Harmonies of #0B1806
Complementary color
Monochromatic Colors of #0B1806
Black with #0B1806
Text Example
Text Example
White with #0B1806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1806; }
p { color: rgb(11,24,6); }
H1.HeaderClassName
{
color: #0B1806;
}
.AnyTagClassName
{
color: #0B1806;
}
</style>
background-color css
<style>
a { background-color: #0B1806; }
a { background-color: rgb(11,24,6); }
div.DivClassName
{
background-color: #0B1806;
}
.BgClassName
{
background-color: #0B1806;
}
</style>
border-color css
<style>
span { border-color: #0B1806; }
span { border-color: rgb(11,24,6); }
td.TdClassName
{
border-color: #0B1806;
}
.TagClassName
{
border-color: #0B1806;
}
</style>