Shades of Pine Tree #0F1606
Tints of Pine Tree #0F1606
RGB
CMYK
RGB Variations
Color information
#0F1606 (or 0x0F1606) is known color: Pine Tree. HEX triplet: 0F, 16 and 06. RGB value is (15,22,6). Sum of RGB (Red+Green+Blue) = 15+22+6=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #0F1606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1606 is #F0E9F9. Grayscale: #121212. Windows color (decimal): -15788538 or 398863. OLE color: 398863.
HSL color Cylindrical-coordinate representation of color #0F1606: hue angle of 86.25º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F1606 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 22 | 6 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.91 |
| HSL | 86.25º | 0.57% | 0.05% | - |
| HSV(B) | 86.25º | 0.73% | 0.09% | - |
| XYZ | 0.52 | 0.69 | 0.28 | - |
| YUV | 18.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 6 | 0.32 | 0 | 0.73 | 0.91 | 86.25 | 0.57 | 0.05 |
| Hex | F | 16 | 6 | 20 | 0 | 49 | 5B | 56 | 39 | 5 |
| Octal | 17 | 26 | 6 | 40 | 0 | 111 | 133 | 126 | 71 | 5 |
| Binary | 1111 | 10110 | 110 | 100000 | 0 | 1001001 | 1011011 | 1010110 | 111001 | 101 |
Color Harmonies of #0F1606
Complementary color
Monochromatic Colors of #0F1606
Black with #0F1606
Text Example
Text Example
White with #0F1606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1606; }
p { color: rgb(15,22,6); }
H1.HeaderClassName
{
color: #0F1606;
}
.AnyTagClassName
{
color: #0F1606;
}
</style>
background-color css
<style>
a { background-color: #0F1606; }
a { background-color: rgb(15,22,6); }
div.DivClassName
{
background-color: #0F1606;
}
.BgClassName
{
background-color: #0F1606;
}
</style>
border-color css
<style>
span { border-color: #0F1606; }
span { border-color: rgb(15,22,6); }
td.TdClassName
{
border-color: #0F1606;
}
.TagClassName
{
border-color: #0F1606;
}
</style>