Shades of Pine Tree #0F1701
Tints of Pine Tree #0F1701
RGB
CMYK
RGB Variations
Color information
#0F1701 (or 0x0F1701) is known color: Pine Tree. HEX triplet: 0F, 17 and 01. RGB value is (15,23,1). Sum of RGB (Red+Green+Blue) = 15+23+1=39 (5% of max value = 765). Red value is 15 (6.25% from 255 or 38.46% from 39); Green value is 23 (9.38% from 255 or 58.97% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1701 is #F0E8FE. Grayscale: #121212. Windows color (decimal): -15788287 or 71439. OLE color: 71439.
HSL color Cylindrical-coordinate representation of color #0F1701: hue angle of 81.82º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F1701 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 23 | 1 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.91 |
| HSL | 81.82º | 0.92% | 0.05% | - |
| HSV(B) | 81.82º | 0.96% | 0.09% | - |
| XYZ | 0.51 | 0.72 | 0.14 | - |
| YUV | 18.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 1 | 0.35 | 0 | 0.96 | 0.91 | 81.82 | 0.92 | 0.05 |
| Hex | F | 17 | 1 | 23 | 0 | 60 | 5B | 52 | 5C | 5 |
| Octal | 17 | 27 | 1 | 43 | 0 | 140 | 133 | 122 | 134 | 5 |
| Binary | 1111 | 10111 | 1 | 100011 | 0 | 1100000 | 1011011 | 1010010 | 1011100 | 101 |
Color Harmonies of #0F1701
Complementary color
Monochromatic Colors of #0F1701
Black with #0F1701
Text Example
Text Example
White with #0F1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1701; }
p { color: rgb(15,23,1); }
H1.HeaderClassName
{
color: #0F1701;
}
.AnyTagClassName
{
color: #0F1701;
}
</style>
background-color css
<style>
a { background-color: #0F1701; }
a { background-color: rgb(15,23,1); }
div.DivClassName
{
background-color: #0F1701;
}
.BgClassName
{
background-color: #0F1701;
}
</style>
border-color css
<style>
span { border-color: #0F1701; }
span { border-color: rgb(15,23,1); }
td.TdClassName
{
border-color: #0F1701;
}
.TagClassName
{
border-color: #0F1701;
}
</style>