Shades of Pine Tree #0F170C
Tints of Pine Tree #0F170C
RGB
CMYK
RGB Variations
Color information
#0F170C (or 0x0F170C) is known color: Pine Tree. HEX triplet: 0F, 17 and 0C. RGB value is (15,23,12). Sum of RGB (Red+Green+Blue) = 15+23+12=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #0F170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F170C is #F0E8F3. Grayscale: #131313. Windows color (decimal): -15788276 or 792335. OLE color: 792335.
HSL color Cylindrical-coordinate representation of color #0F170C: hue angle of 103.64º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F170C is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 23 | 12 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.91 |
| HSL | 103.64º | 0.31% | 0.07% | - |
| HSV(B) | 103.64º | 0.48% | 0.09% | - |
| XYZ | 0.57 | 0.74 | 0.46 | - |
| YUV | 19.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 12 | 0.35 | 0 | 0.48 | 0.91 | 103.64 | 0.31 | 0.07 |
| Hex | F | 17 | C | 23 | 0 | 30 | 5B | 68 | 1F | 7 |
| Octal | 17 | 27 | 14 | 43 | 0 | 60 | 133 | 150 | 37 | 7 |
| Binary | 1111 | 10111 | 1100 | 100011 | 0 | 110000 | 1011011 | 1101000 | 11111 | 111 |
Color Harmonies of #0F170C
Complementary color
Monochromatic Colors of #0F170C
Black with #0F170C
Text Example
Text Example
White with #0F170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F170C; }
p { color: rgb(15,23,12); }
H1.HeaderClassName
{
color: #0F170C;
}
.AnyTagClassName
{
color: #0F170C;
}
</style>
background-color css
<style>
a { background-color: #0F170C; }
a { background-color: rgb(15,23,12); }
div.DivClassName
{
background-color: #0F170C;
}
.BgClassName
{
background-color: #0F170C;
}
</style>
border-color css
<style>
span { border-color: #0F170C; }
span { border-color: rgb(15,23,12); }
td.TdClassName
{
border-color: #0F170C;
}
.TagClassName
{
border-color: #0F170C;
}
</style>