Shades of Pine Tree #0F1500
Tints of Pine Tree #0F1500
RGB
CMYK
RGB Variations
Color information
#0F1500 (or 0x0F1500) is known color: Pine Tree. HEX triplet: 0F, 15 and 00. RGB value is (15,21,0). Sum of RGB (Red+Green+Blue) = 15+21+0=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 21 (8.59% from 255 or 58.33% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1500 is #F0EAFF. Grayscale: #101010. Windows color (decimal): -15788800 or 5391. OLE color: 5391.
HSL color Cylindrical-coordinate representation of color #0F1500: hue angle of 77.14º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F1500 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 21 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.92 |
| HSL | 77.14º | 1% | 0.04% | - |
| HSV(B) | 77.14º | 1% | 0.08% | - |
| XYZ | 0.47 | 0.64 | 0.1 | - |
| YUV | 16.81 | 118.51 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 0 | 0.29 | 0 | 1 | 0.92 | 77.14 | 1 | 0.04 |
| Hex | F | 15 | 0 | 1D | 0 | 64 | 5C | 4D | 64 | 4 |
| Octal | 17 | 25 | 0 | 35 | 0 | 144 | 134 | 115 | 144 | 4 |
| Binary | 1111 | 10101 | 0 | 11101 | 0 | 1100100 | 1011100 | 1001101 | 1100100 | 100 |
Color Harmonies of #0F1500
Complementary color
Monochromatic Colors of #0F1500
Black with #0F1500
Text Example
Text Example
White with #0F1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1500; }
p { color: rgb(15,21,0); }
H1.HeaderClassName
{
color: #0F1500;
}
.AnyTagClassName
{
color: #0F1500;
}
</style>
background-color css
<style>
a { background-color: #0F1500; }
a { background-color: rgb(15,21,0); }
div.DivClassName
{
background-color: #0F1500;
}
.BgClassName
{
background-color: #0F1500;
}
</style>
border-color css
<style>
span { border-color: #0F1500; }
span { border-color: rgb(15,21,0); }
td.TdClassName
{
border-color: #0F1500;
}
.TagClassName
{
border-color: #0F1500;
}
</style>