Shades of Pine Tree #0F1306
Tints of Pine Tree #0F1306
RGB
CMYK
RGB Variations
Color information
#0F1306 (or 0x0F1306) is known color: Pine Tree. HEX triplet: 0F, 13 and 06. RGB value is (15,19,6). Sum of RGB (Red+Green+Blue) = 15+19+6=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #0F1306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1306 is #F0ECF9. Grayscale: #101010. Windows color (decimal): -15789306 or 398095. OLE color: 398095.
HSL color Cylindrical-coordinate representation of color #0F1306: hue angle of 78.46º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F1306 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 19 | 6 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.93 |
| HSL | 78.46º | 0.52% | 0.05% | - |
| HSV(B) | 78.46º | 0.68% | 0.07% | - |
| XYZ | 0.46 | 0.58 | 0.26 | - |
| YUV | 16.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 6 | 0.21 | 0 | 0.68 | 0.93 | 78.46 | 0.52 | 0.05 |
| Hex | F | 13 | 6 | 15 | 0 | 44 | 5D | 4E | 34 | 5 |
| Octal | 17 | 23 | 6 | 25 | 0 | 104 | 135 | 116 | 64 | 5 |
| Binary | 1111 | 10011 | 110 | 10101 | 0 | 1000100 | 1011101 | 1001110 | 110100 | 101 |
Color Harmonies of #0F1306
Complementary color
Monochromatic Colors of #0F1306
Black with #0F1306
Text Example
Text Example
White with #0F1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1306; }
p { color: rgb(15,19,6); }
H1.HeaderClassName
{
color: #0F1306;
}
.AnyTagClassName
{
color: #0F1306;
}
</style>
background-color css
<style>
a { background-color: #0F1306; }
a { background-color: rgb(15,19,6); }
div.DivClassName
{
background-color: #0F1306;
}
.BgClassName
{
background-color: #0F1306;
}
</style>
border-color css
<style>
span { border-color: #0F1306; }
span { border-color: rgb(15,19,6); }
td.TdClassName
{
border-color: #0F1306;
}
.TagClassName
{
border-color: #0F1306;
}
</style>