Shades of Pine Tree #0F1909
Tints of Pine Tree #0F1909
RGB
CMYK
RGB Variations
Color information
#0F1909 (or 0x0F1909) is known color: Pine Tree. HEX triplet: 0F, 19 and 09. RGB value is (15,25,9). Sum of RGB (Red+Green+Blue) = 15+25+9=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #0F1909 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1909 is #F0E6F6. Grayscale: #141414. Windows color (decimal): -15787767 or 596239. OLE color: 596239.
HSL color Cylindrical-coordinate representation of color #0F1909: hue angle of 97.5º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F1909 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 25 | 9 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.90 |
| HSL | 97.5º | 0.47% | 0.07% | - |
| HSV(B) | 97.5º | 0.64% | 0.1% | - |
| XYZ | 0.59 | 0.82 | 0.38 | - |
| YUV | 20.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 9 | 0.40 | 0 | 0.64 | 0.90 | 97.5 | 0.47 | 0.07 |
| Hex | F | 19 | 9 | 28 | 0 | 40 | 5A | 62 | 2F | 7 |
| Octal | 17 | 31 | 11 | 50 | 0 | 100 | 132 | 142 | 57 | 7 |
| Binary | 1111 | 11001 | 1001 | 101000 | 0 | 1000000 | 1011010 | 1100010 | 101111 | 111 |
Color Harmonies of #0F1909
Complementary color
Monochromatic Colors of #0F1909
Black with #0F1909
Text Example
Text Example
White with #0F1909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1909; }
p { color: rgb(15,25,9); }
H1.HeaderClassName
{
color: #0F1909;
}
.AnyTagClassName
{
color: #0F1909;
}
</style>
background-color css
<style>
a { background-color: #0F1909; }
a { background-color: rgb(15,25,9); }
div.DivClassName
{
background-color: #0F1909;
}
.BgClassName
{
background-color: #0F1909;
}
</style>
border-color css
<style>
span { border-color: #0F1909; }
span { border-color: rgb(15,25,9); }
td.TdClassName
{
border-color: #0F1909;
}
.TagClassName
{
border-color: #0F1909;
}
</style>