Shades of Pine Tree #0F1407
Tints of Pine Tree #0F1407
RGB
CMYK
RGB Variations
Color information
#0F1407 (or 0x0F1407) is known color: Pine Tree. HEX triplet: 0F, 14 and 07. RGB value is (15,20,7). Sum of RGB (Red+Green+Blue) = 15+20+7=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 20 - color contains mainly: green. Hex color #0F1407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1407 is #F0EBF8. Grayscale: #111111. Windows color (decimal): -15789049 or 463887. OLE color: 463887.
HSL color Cylindrical-coordinate representation of color #0F1407: hue angle of 83.08º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F1407 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 20 | 7 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.92 |
| HSL | 83.08º | 0.48% | 0.05% | - |
| HSV(B) | 83.08º | 0.65% | 0.08% | - |
| XYZ | 0.49 | 0.62 | 0.29 | - |
| YUV | 17.02 | 122.34 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 7 | 0.25 | 0 | 0.65 | 0.92 | 83.08 | 0.48 | 0.05 |
| Hex | F | 14 | 7 | 19 | 0 | 41 | 5C | 53 | 30 | 5 |
| Octal | 17 | 24 | 7 | 31 | 0 | 101 | 134 | 123 | 60 | 5 |
| Binary | 1111 | 10100 | 111 | 11001 | 0 | 1000001 | 1011100 | 1010011 | 110000 | 101 |
Color Harmonies of #0F1407
Complementary color
Monochromatic Colors of #0F1407
Black with #0F1407
Text Example
Text Example
White with #0F1407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1407; }
p { color: rgb(15,20,7); }
H1.HeaderClassName
{
color: #0F1407;
}
.AnyTagClassName
{
color: #0F1407;
}
</style>
background-color css
<style>
a { background-color: #0F1407; }
a { background-color: rgb(15,20,7); }
div.DivClassName
{
background-color: #0F1407;
}
.BgClassName
{
background-color: #0F1407;
}
</style>
border-color css
<style>
span { border-color: #0F1407; }
span { border-color: rgb(15,20,7); }
td.TdClassName
{
border-color: #0F1407;
}
.TagClassName
{
border-color: #0F1407;
}
</style>