Shades of Pine Tree #0F160A
Tints of Pine Tree #0F160A
RGB
CMYK
RGB Variations
Color information
#0F160A (or 0x0F160A) is known color: Pine Tree. HEX triplet: 0F, 16 and 0A. RGB value is (15,22,10). Sum of RGB (Red+Green+Blue) = 15+22+10=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #0F160A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F160A is #F0E9F5. Grayscale: #121212. Windows color (decimal): -15788534 or 661007. OLE color: 661007.
HSL color Cylindrical-coordinate representation of color #0F160A: hue angle of 95º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F160A is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 22 | 10 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.91 |
| HSL | 95º | 0.38% | 0.06% | - |
| HSV(B) | 95º | 0.55% | 0.09% | - |
| XYZ | 0.54 | 0.7 | 0.39 | - |
| YUV | 18.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 10 | 0.32 | 0 | 0.55 | 0.91 | 95 | 0.38 | 0.06 |
| Hex | F | 16 | A | 20 | 0 | 37 | 5B | 5F | 26 | 6 |
| Octal | 17 | 26 | 12 | 40 | 0 | 67 | 133 | 137 | 46 | 6 |
| Binary | 1111 | 10110 | 1010 | 100000 | 0 | 110111 | 1011011 | 1011111 | 100110 | 110 |
Color Harmonies of #0F160A
Complementary color
Monochromatic Colors of #0F160A
Black with #0F160A
Text Example
Text Example
White with #0F160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F160A; }
p { color: rgb(15,22,10); }
H1.HeaderClassName
{
color: #0F160A;
}
.AnyTagClassName
{
color: #0F160A;
}
</style>
background-color css
<style>
a { background-color: #0F160A; }
a { background-color: rgb(15,22,10); }
div.DivClassName
{
background-color: #0F160A;
}
.BgClassName
{
background-color: #0F160A;
}
</style>
border-color css
<style>
span { border-color: #0F160A; }
span { border-color: rgb(15,22,10); }
td.TdClassName
{
border-color: #0F160A;
}
.TagClassName
{
border-color: #0F160A;
}
</style>