Shades of Pine Tree #0F1503
Tints of Pine Tree #0F1503
RGB
CMYK
RGB Variations
Color information
#0F1503 (or 0x0F1503) is known color: Pine Tree. HEX triplet: 0F, 15 and 03. RGB value is (15,21,3). Sum of RGB (Red+Green+Blue) = 15+21+3=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1503 is #F0EAFC. Grayscale: #111111. Windows color (decimal): -15788797 or 201999. OLE color: 201999.
HSL color Cylindrical-coordinate representation of color #0F1503: hue angle of 80º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F1503 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 21 | 3 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.92 |
| HSL | 80º | 0.75% | 0.05% | - |
| HSV(B) | 80º | 0.86% | 0.08% | - |
| XYZ | 0.48 | 0.64 | 0.19 | - |
| YUV | 17.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 3 | 0.29 | 0 | 0.86 | 0.92 | 80 | 0.75 | 0.05 |
| Hex | F | 15 | 3 | 1D | 0 | 56 | 5C | 50 | 4B | 5 |
| Octal | 17 | 25 | 3 | 35 | 0 | 126 | 134 | 120 | 113 | 5 |
| Binary | 1111 | 10101 | 11 | 11101 | 0 | 1010110 | 1011100 | 1010000 | 1001011 | 101 |
Color Harmonies of #0F1503
Complementary color
Monochromatic Colors of #0F1503
Black with #0F1503
Text Example
Text Example
White with #0F1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1503; }
p { color: rgb(15,21,3); }
H1.HeaderClassName
{
color: #0F1503;
}
.AnyTagClassName
{
color: #0F1503;
}
</style>
background-color css
<style>
a { background-color: #0F1503; }
a { background-color: rgb(15,21,3); }
div.DivClassName
{
background-color: #0F1503;
}
.BgClassName
{
background-color: #0F1503;
}
</style>
border-color css
<style>
span { border-color: #0F1503; }
span { border-color: rgb(15,21,3); }
td.TdClassName
{
border-color: #0F1503;
}
.TagClassName
{
border-color: #0F1503;
}
</style>