Shades of Pine Tree #0B1306
Tints of Pine Tree #0B1306
RGB
CMYK
RGB Variations
Color information
#0B1306 (or 0x0B1306) is known color: Pine Tree. HEX triplet: 0B, 13 and 06. RGB value is (11,19,6). Sum of RGB (Red+Green+Blue) = 11+19+6=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #0B1306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1306 is #F4ECF9. Grayscale: #0F0F0F. Windows color (decimal): -16051450 or 398091. OLE color: 398091.
HSL color Cylindrical-coordinate representation of color #0B1306: hue angle of 96.92º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0B1306 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 19 | 6 | - |
| CMYK | 0.42 | 0 | 0.68 | 0.93 |
| HSL | 96.92º | 0.52% | 0.05% | - |
| HSV(B) | 96.92º | 0.68% | 0.07% | - |
| XYZ | 0.4 | 0.55 | 0.26 | - |
| YUV | 15.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 19 | 6 | 0.42 | 0 | 0.68 | 0.93 | 96.92 | 0.52 | 0.05 |
| Hex | B | 13 | 6 | 2A | 0 | 44 | 5D | 61 | 34 | 5 |
| Octal | 13 | 23 | 6 | 52 | 0 | 104 | 135 | 141 | 64 | 5 |
| Binary | 1011 | 10011 | 110 | 101010 | 0 | 1000100 | 1011101 | 1100001 | 110100 | 101 |
Color Harmonies of #0B1306
Complementary color
Monochromatic Colors of #0B1306
Black with #0B1306
Text Example
Text Example
White with #0B1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1306; }
p { color: rgb(11,19,6); }
H1.HeaderClassName
{
color: #0B1306;
}
.AnyTagClassName
{
color: #0B1306;
}
</style>
background-color css
<style>
a { background-color: #0B1306; }
a { background-color: rgb(11,19,6); }
div.DivClassName
{
background-color: #0B1306;
}
.BgClassName
{
background-color: #0B1306;
}
</style>
border-color css
<style>
span { border-color: #0B1306; }
span { border-color: rgb(11,19,6); }
td.TdClassName
{
border-color: #0B1306;
}
.TagClassName
{
border-color: #0B1306;
}
</style>