Shades of Pine Tree #0F1703
Tints of Pine Tree #0F1703
RGB
CMYK
RGB Variations
Color information
#0F1703 (or 0x0F1703) is known color: Pine Tree. HEX triplet: 0F, 17 and 03. RGB value is (15,23,3). Sum of RGB (Red+Green+Blue) = 15+23+3=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1703 is #F0E8FC. Grayscale: #121212. Windows color (decimal): -15788285 or 202511. OLE color: 202511.
HSL color Cylindrical-coordinate representation of color #0F1703: hue angle of 84º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1703 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 23 | 3 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.91 |
| HSL | 84º | 0.77% | 0.05% | - |
| HSV(B) | 84º | 0.87% | 0.09% | - |
| XYZ | 0.52 | 0.72 | 0.2 | - |
| YUV | 18.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 3 | 0.35 | 0 | 0.87 | 0.91 | 84 | 0.77 | 0.05 |
| Hex | F | 17 | 3 | 23 | 0 | 57 | 5B | 54 | 4D | 5 |
| Octal | 17 | 27 | 3 | 43 | 0 | 127 | 133 | 124 | 115 | 5 |
| Binary | 1111 | 10111 | 11 | 100011 | 0 | 1010111 | 1011011 | 1010100 | 1001101 | 101 |
Color Harmonies of #0F1703
Complementary color
Monochromatic Colors of #0F1703
Black with #0F1703
Text Example
Text Example
White with #0F1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1703; }
p { color: rgb(15,23,3); }
H1.HeaderClassName
{
color: #0F1703;
}
.AnyTagClassName
{
color: #0F1703;
}
</style>
background-color css
<style>
a { background-color: #0F1703; }
a { background-color: rgb(15,23,3); }
div.DivClassName
{
background-color: #0F1703;
}
.BgClassName
{
background-color: #0F1703;
}
</style>
border-color css
<style>
span { border-color: #0F1703; }
span { border-color: rgb(15,23,3); }
td.TdClassName
{
border-color: #0F1703;
}
.TagClassName
{
border-color: #0F1703;
}
</style>