Shades of Pine Tree #0B1904
Tints of Pine Tree #0B1904
RGB
CMYK
RGB Variations
Color information
#0B1904 (or 0x0B1904) is known color: Pine Tree. HEX triplet: 0B, 19 and 04. RGB value is (11,25,4). Sum of RGB (Red+Green+Blue) = 11+25+4=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #0B1904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1904 is #F4E6FB. Grayscale: #121212. Windows color (decimal): -16049916 or 268555. OLE color: 268555.
HSL color Cylindrical-coordinate representation of color #0B1904: hue angle of 100º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B1904 is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 25 | 4 | - |
| CMYK | 0.56 | 0 | 0.84 | 0.90 |
| HSL | 100º | 0.72% | 0.06% | - |
| HSV(B) | 100º | 0.84% | 0.1% | - |
| XYZ | 0.51 | 0.78 | 0.24 | - |
| YUV | 18.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 4 | 0.56 | 0 | 0.84 | 0.90 | 100 | 0.72 | 0.06 |
| Hex | B | 19 | 4 | 38 | 0 | 54 | 5A | 64 | 48 | 6 |
| Octal | 13 | 31 | 4 | 70 | 0 | 124 | 132 | 144 | 110 | 6 |
| Binary | 1011 | 11001 | 100 | 111000 | 0 | 1010100 | 1011010 | 1100100 | 1001000 | 110 |
Color Harmonies of #0B1904
Complementary color
Monochromatic Colors of #0B1904
Black with #0B1904
Text Example
Text Example
White with #0B1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1904; }
p { color: rgb(11,25,4); }
H1.HeaderClassName
{
color: #0B1904;
}
.AnyTagClassName
{
color: #0B1904;
}
</style>
background-color css
<style>
a { background-color: #0B1904; }
a { background-color: rgb(11,25,4); }
div.DivClassName
{
background-color: #0B1904;
}
.BgClassName
{
background-color: #0B1904;
}
</style>
border-color css
<style>
span { border-color: #0B1904; }
span { border-color: rgb(11,25,4); }
td.TdClassName
{
border-color: #0B1904;
}
.TagClassName
{
border-color: #0B1904;
}
</style>