Shades of Pine Tree #0F1501
Tints of Pine Tree #0F1501
RGB
CMYK
RGB Variations
Color information
#0F1501 (or 0x0F1501) is known color: Pine Tree. HEX triplet: 0F, 15 and 01. RGB value is (15,21,1). Sum of RGB (Red+Green+Blue) = 15+21+1=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #0F1501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1501 is #F0EAFE. Grayscale: #111111. Windows color (decimal): -15788799 or 70927. OLE color: 70927.
HSL color Cylindrical-coordinate representation of color #0F1501: hue angle of 78º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F1501 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 21 | 1 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.92 |
| HSL | 78º | 0.91% | 0.04% | - |
| HSV(B) | 78º | 0.95% | 0.08% | - |
| XYZ | 0.47 | 0.64 | 0.13 | - |
| YUV | 16.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 1 | 0.29 | 0 | 0.95 | 0.92 | 78 | 0.91 | 0.04 |
| Hex | F | 15 | 1 | 1D | 0 | 5F | 5C | 4E | 5B | 4 |
| Octal | 17 | 25 | 1 | 35 | 0 | 137 | 134 | 116 | 133 | 4 |
| Binary | 1111 | 10101 | 1 | 11101 | 0 | 1011111 | 1011100 | 1001110 | 1011011 | 100 |
Color Harmonies of #0F1501
Complementary color
Monochromatic Colors of #0F1501
Black with #0F1501
Text Example
Text Example
White with #0F1501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1501; }
p { color: rgb(15,21,1); }
H1.HeaderClassName
{
color: #0F1501;
}
.AnyTagClassName
{
color: #0F1501;
}
</style>
background-color css
<style>
a { background-color: #0F1501; }
a { background-color: rgb(15,21,1); }
div.DivClassName
{
background-color: #0F1501;
}
.BgClassName
{
background-color: #0F1501;
}
</style>
border-color css
<style>
span { border-color: #0F1501; }
span { border-color: rgb(15,21,1); }
td.TdClassName
{
border-color: #0F1501;
}
.TagClassName
{
border-color: #0F1501;
}
</style>