Shades of Pine Tree #0B1901
Tints of Pine Tree #0B1901
RGB
CMYK
RGB Variations
Color information
#0B1901 (or 0x0B1901) is known color: Pine Tree. HEX triplet: 0B, 19 and 01. RGB value is (11,25,1). Sum of RGB (Red+Green+Blue) = 11+25+1=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 25 (10.16% from 255 or 67.57% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 25 - color contains mainly: green. Hex color #0B1901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1901 is #F4E6FE. Grayscale: #121212. Windows color (decimal): -16049919 or 71947. OLE color: 71947.
HSL color Cylindrical-coordinate representation of color #0B1901: hue angle of 95º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B1901 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 25 | 1 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.90 |
| HSL | 95º | 0.92% | 0.05% | - |
| HSV(B) | 95º | 0.96% | 0.1% | - |
| XYZ | 0.49 | 0.77 | 0.15 | - |
| YUV | 18.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 1 | 0.56 | 0 | 0.96 | 0.90 | 95 | 0.92 | 0.05 |
| Hex | B | 19 | 1 | 38 | 0 | 60 | 5A | 5F | 5C | 5 |
| Octal | 13 | 31 | 1 | 70 | 0 | 140 | 132 | 137 | 134 | 5 |
| Binary | 1011 | 11001 | 1 | 111000 | 0 | 1100000 | 1011010 | 1011111 | 1011100 | 101 |
Color Harmonies of #0B1901
Complementary color
Monochromatic Colors of #0B1901
Black with #0B1901
Text Example
Text Example
White with #0B1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1901; }
p { color: rgb(11,25,1); }
H1.HeaderClassName
{
color: #0B1901;
}
.AnyTagClassName
{
color: #0B1901;
}
</style>
background-color css
<style>
a { background-color: #0B1901; }
a { background-color: rgb(11,25,1); }
div.DivClassName
{
background-color: #0B1901;
}
.BgClassName
{
background-color: #0B1901;
}
</style>
border-color css
<style>
span { border-color: #0B1901; }
span { border-color: rgb(11,25,1); }
td.TdClassName
{
border-color: #0B1901;
}
.TagClassName
{
border-color: #0B1901;
}
</style>