Shades of Pine Tree #0B1205
Tints of Pine Tree #0B1205
RGB
CMYK
RGB Variations
Color information
#0B1205 (or 0x0B1205) is known color: Pine Tree. HEX triplet: 0B, 12 and 05. RGB value is (11,18,5). Sum of RGB (Red+Green+Blue) = 11+18+5=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #0B1205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1205 is #F4EDFA. Grayscale: #0E0E0E. Windows color (decimal): -16051707 or 332299. OLE color: 332299.
HSL color Cylindrical-coordinate representation of color #0B1205: hue angle of 92.31º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B1205 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 18 | 5 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.93 |
| HSL | 92.31º | 0.57% | 0.05% | - |
| HSV(B) | 92.31º | 0.72% | 0.07% | - |
| XYZ | 0.38 | 0.51 | 0.22 | - |
| YUV | 14.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 5 | 0.39 | 0 | 0.72 | 0.93 | 92.31 | 0.57 | 0.05 |
| Hex | B | 12 | 5 | 27 | 0 | 48 | 5D | 5C | 39 | 5 |
| Octal | 13 | 22 | 5 | 47 | 0 | 110 | 135 | 134 | 71 | 5 |
| Binary | 1011 | 10010 | 101 | 100111 | 0 | 1001000 | 1011101 | 1011100 | 111001 | 101 |
Color Harmonies of #0B1205
Complementary color
Monochromatic Colors of #0B1205
Black with #0B1205
Text Example
Text Example
White with #0B1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1205; }
p { color: rgb(11,18,5); }
H1.HeaderClassName
{
color: #0B1205;
}
.AnyTagClassName
{
color: #0B1205;
}
</style>
background-color css
<style>
a { background-color: #0B1205; }
a { background-color: rgb(11,18,5); }
div.DivClassName
{
background-color: #0B1205;
}
.BgClassName
{
background-color: #0B1205;
}
</style>
border-color css
<style>
span { border-color: #0B1205; }
span { border-color: rgb(11,18,5); }
td.TdClassName
{
border-color: #0B1205;
}
.TagClassName
{
border-color: #0B1205;
}
</style>