Shades of Pine Tree #0F1405
Tints of Pine Tree #0F1405
RGB
CMYK
RGB Variations
Color information
#0F1405 (or 0x0F1405) is known color: Pine Tree. HEX triplet: 0F, 14 and 05. RGB value is (15,20,5). Sum of RGB (Red+Green+Blue) = 15+20+5=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #0F1405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1405 is #F0EBFA. Grayscale: #101010. Windows color (decimal): -15789051 or 332815. OLE color: 332815.
HSL color Cylindrical-coordinate representation of color #0F1405: hue angle of 80º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F1405 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 20 | 5 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.92 |
| HSL | 80º | 0.6% | 0.05% | - |
| HSV(B) | 80º | 0.75% | 0.08% | - |
| XYZ | 0.47 | 0.61 | 0.24 | - |
| YUV | 16.8 | 121.34 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 5 | 0.25 | 0 | 0.75 | 0.92 | 80 | 0.6 | 0.05 |
| Hex | F | 14 | 5 | 19 | 0 | 4B | 5C | 50 | 3C | 5 |
| Octal | 17 | 24 | 5 | 31 | 0 | 113 | 134 | 120 | 74 | 5 |
| Binary | 1111 | 10100 | 101 | 11001 | 0 | 1001011 | 1011100 | 1010000 | 111100 | 101 |
Color Harmonies of #0F1405
Complementary color
Monochromatic Colors of #0F1405
Black with #0F1405
Text Example
Text Example
White with #0F1405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1405; }
p { color: rgb(15,20,5); }
H1.HeaderClassName
{
color: #0F1405;
}
.AnyTagClassName
{
color: #0F1405;
}
</style>
background-color css
<style>
a { background-color: #0F1405; }
a { background-color: rgb(15,20,5); }
div.DivClassName
{
background-color: #0F1405;
}
.BgClassName
{
background-color: #0F1405;
}
</style>
border-color css
<style>
span { border-color: #0F1405; }
span { border-color: rgb(15,20,5); }
td.TdClassName
{
border-color: #0F1405;
}
.TagClassName
{
border-color: #0F1405;
}
</style>