Shades of Pine Tree #0F130C
Tints of Pine Tree #0F130C
RGB
CMYK
RGB Variations
Color information
#0F130C (or 0x0F130C) is known color: Pine Tree. HEX triplet: 0F, 13 and 0C. RGB value is (15,19,12). Sum of RGB (Red+Green+Blue) = 15+19+12=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 19 - color contains mainly: green. Hex color #0F130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F130C is #F0ECF3. Grayscale: #111111. Windows color (decimal): -15789300 or 791311. OLE color: 791311.
HSL color Cylindrical-coordinate representation of color #0F130C: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0F130C is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 19 | 12 | - |
| CMYK | 0.21 | 0 | 0.37 | 0.93 |
| HSL | 94.29º | 0.23% | 0.06% | - |
| HSV(B) | 94.29º | 0.37% | 0.07% | - |
| XYZ | 0.5 | 0.59 | 0.44 | - |
| YUV | 17.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 12 | 0.21 | 0 | 0.37 | 0.93 | 94.29 | 0.23 | 0.06 |
| Hex | F | 13 | C | 15 | 0 | 25 | 5D | 5E | 17 | 6 |
| Octal | 17 | 23 | 14 | 25 | 0 | 45 | 135 | 136 | 27 | 6 |
| Binary | 1111 | 10011 | 1100 | 10101 | 0 | 100101 | 1011101 | 1011110 | 10111 | 110 |
Color Harmonies of #0F130C
Complementary color
Monochromatic Colors of #0F130C
Black with #0F130C
Text Example
Text Example
White with #0F130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F130C; }
p { color: rgb(15,19,12); }
H1.HeaderClassName
{
color: #0F130C;
}
.AnyTagClassName
{
color: #0F130C;
}
</style>
background-color css
<style>
a { background-color: #0F130C; }
a { background-color: rgb(15,19,12); }
div.DivClassName
{
background-color: #0F130C;
}
.BgClassName
{
background-color: #0F130C;
}
</style>
border-color css
<style>
span { border-color: #0F130C; }
span { border-color: rgb(15,19,12); }
td.TdClassName
{
border-color: #0F130C;
}
.TagClassName
{
border-color: #0F130C;
}
</style>