Shades of Pine Tree #0F1507
Tints of Pine Tree #0F1507
RGB
CMYK
RGB Variations
Color information
#0F1507 (or 0x0F1507) is known color: Pine Tree. HEX triplet: 0F, 15 and 07. RGB value is (15,21,7). Sum of RGB (Red+Green+Blue) = 15+21+7=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1507 is #F0EAF8. Grayscale: #111111. Windows color (decimal): -15788793 or 464143. OLE color: 464143.
HSL color Cylindrical-coordinate representation of color #0F1507: hue angle of 85.71º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F1507 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 21 | 7 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.92 |
| HSL | 85.71º | 0.5% | 0.05% | - |
| HSV(B) | 85.71º | 0.67% | 0.08% | - |
| XYZ | 0.5 | 0.65 | 0.3 | - |
| YUV | 17.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 7 | 0.29 | 0 | 0.67 | 0.92 | 85.71 | 0.5 | 0.05 |
| Hex | F | 15 | 7 | 1D | 0 | 43 | 5C | 56 | 32 | 5 |
| Octal | 17 | 25 | 7 | 35 | 0 | 103 | 134 | 126 | 62 | 5 |
| Binary | 1111 | 10101 | 111 | 11101 | 0 | 1000011 | 1011100 | 1010110 | 110010 | 101 |
Color Harmonies of #0F1507
Complementary color
Monochromatic Colors of #0F1507
Black with #0F1507
Text Example
Text Example
White with #0F1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1507; }
p { color: rgb(15,21,7); }
H1.HeaderClassName
{
color: #0F1507;
}
.AnyTagClassName
{
color: #0F1507;
}
</style>
background-color css
<style>
a { background-color: #0F1507; }
a { background-color: rgb(15,21,7); }
div.DivClassName
{
background-color: #0F1507;
}
.BgClassName
{
background-color: #0F1507;
}
</style>
border-color css
<style>
span { border-color: #0F1507; }
span { border-color: rgb(15,21,7); }
td.TdClassName
{
border-color: #0F1507;
}
.TagClassName
{
border-color: #0F1507;
}
</style>