Shades of Pine Tree #0F1609
Tints of Pine Tree #0F1609
RGB
CMYK
RGB Variations
Color information
#0F1609 (or 0x0F1609) is known color: Pine Tree. HEX triplet: 0F, 16 and 09. RGB value is (15,22,9). Sum of RGB (Red+Green+Blue) = 15+22+9=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 22 - color contains mainly: green. Hex color #0F1609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1609 is #F0E9F6. Grayscale: #121212. Windows color (decimal): -15788535 or 595471. OLE color: 595471.
HSL color Cylindrical-coordinate representation of color #0F1609: hue angle of 92.31º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F1609 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 22 | 9 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.91 |
| HSL | 92.31º | 0.42% | 0.06% | - |
| HSV(B) | 92.31º | 0.59% | 0.09% | - |
| XYZ | 0.53 | 0.7 | 0.36 | - |
| YUV | 18.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 9 | 0.32 | 0 | 0.59 | 0.91 | 92.31 | 0.42 | 0.06 |
| Hex | F | 16 | 9 | 20 | 0 | 3B | 5B | 5C | 2A | 6 |
| Octal | 17 | 26 | 11 | 40 | 0 | 73 | 133 | 134 | 52 | 6 |
| Binary | 1111 | 10110 | 1001 | 100000 | 0 | 111011 | 1011011 | 1011100 | 101010 | 110 |
Color Harmonies of #0F1609
Complementary color
Monochromatic Colors of #0F1609
Black with #0F1609
Text Example
Text Example
White with #0F1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1609; }
p { color: rgb(15,22,9); }
H1.HeaderClassName
{
color: #0F1609;
}
.AnyTagClassName
{
color: #0F1609;
}
</style>
background-color css
<style>
a { background-color: #0F1609; }
a { background-color: rgb(15,22,9); }
div.DivClassName
{
background-color: #0F1609;
}
.BgClassName
{
background-color: #0F1609;
}
</style>
border-color css
<style>
span { border-color: #0F1609; }
span { border-color: rgb(15,22,9); }
td.TdClassName
{
border-color: #0F1609;
}
.TagClassName
{
border-color: #0F1609;
}
</style>