Shades of Pine Tree #0B1905
Tints of Pine Tree #0B1905
RGB
CMYK
RGB Variations
Color information
#0B1905 (or 0x0B1905) is known color: Pine Tree. HEX triplet: 0B, 19 and 05. RGB value is (11,25,5). Sum of RGB (Red+Green+Blue) = 11+25+5=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #0B1905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1905 is #F4E6FA. Grayscale: #121212. Windows color (decimal): -16049915 or 334091. OLE color: 334091.
HSL color Cylindrical-coordinate representation of color #0B1905: hue angle of 102º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B1905 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 25 | 5 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.90 |
| HSL | 102º | 0.67% | 0.06% | - |
| HSV(B) | 102º | 0.8% | 0.1% | - |
| XYZ | 0.51 | 0.78 | 0.27 | - |
| YUV | 18.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 5 | 0.56 | 0 | 0.80 | 0.90 | 102 | 0.67 | 0.06 |
| Hex | B | 19 | 5 | 38 | 0 | 50 | 5A | 66 | 43 | 6 |
| Octal | 13 | 31 | 5 | 70 | 0 | 120 | 132 | 146 | 103 | 6 |
| Binary | 1011 | 11001 | 101 | 111000 | 0 | 1010000 | 1011010 | 1100110 | 1000011 | 110 |
Color Harmonies of #0B1905
Complementary color
Monochromatic Colors of #0B1905
Black with #0B1905
Text Example
Text Example
White with #0B1905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1905; }
p { color: rgb(11,25,5); }
H1.HeaderClassName
{
color: #0B1905;
}
.AnyTagClassName
{
color: #0B1905;
}
</style>
background-color css
<style>
a { background-color: #0B1905; }
a { background-color: rgb(11,25,5); }
div.DivClassName
{
background-color: #0B1905;
}
.BgClassName
{
background-color: #0B1905;
}
</style>
border-color css
<style>
span { border-color: #0B1905; }
span { border-color: rgb(11,25,5); }
td.TdClassName
{
border-color: #0B1905;
}
.TagClassName
{
border-color: #0B1905;
}
</style>