Shades of Pine Tree #0F160C
Tints of Pine Tree #0F160C
RGB
CMYK
RGB Variations
Color information
#0F160C (or 0x0F160C) is known color: Pine Tree. HEX triplet: 0F, 16 and 0C. RGB value is (15,22,12). Sum of RGB (Red+Green+Blue) = 15+22+12=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #0F160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F160C is #F0E9F3. Grayscale: #121212. Windows color (decimal): -15788532 or 792079. OLE color: 792079.
HSL color Cylindrical-coordinate representation of color #0F160C: hue angle of 102º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0F160C is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 22 | 12 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.91 |
| HSL | 102º | 0.29% | 0.07% | - |
| HSV(B) | 102º | 0.45% | 0.09% | - |
| XYZ | 0.55 | 0.7 | 0.45 | - |
| YUV | 18.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 12 | 0.32 | 0 | 0.45 | 0.91 | 102 | 0.29 | 0.07 |
| Hex | F | 16 | C | 20 | 0 | 2D | 5B | 66 | 1D | 7 |
| Octal | 17 | 26 | 14 | 40 | 0 | 55 | 133 | 146 | 35 | 7 |
| Binary | 1111 | 10110 | 1100 | 100000 | 0 | 101101 | 1011011 | 1100110 | 11101 | 111 |
Color Harmonies of #0F160C
Complementary color
Monochromatic Colors of #0F160C
Black with #0F160C
Text Example
Text Example
White with #0F160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F160C; }
p { color: rgb(15,22,12); }
H1.HeaderClassName
{
color: #0F160C;
}
.AnyTagClassName
{
color: #0F160C;
}
</style>
background-color css
<style>
a { background-color: #0F160C; }
a { background-color: rgb(15,22,12); }
div.DivClassName
{
background-color: #0F160C;
}
.BgClassName
{
background-color: #0F160C;
}
</style>
border-color css
<style>
span { border-color: #0F160C; }
span { border-color: rgb(15,22,12); }
td.TdClassName
{
border-color: #0F160C;
}
.TagClassName
{
border-color: #0F160C;
}
</style>