Shades of Pine Tree #0F130A
Tints of Pine Tree #0F130A
RGB
CMYK
RGB Variations
Color information
#0F130A (or 0x0F130A) is known color: Pine Tree. HEX triplet: 0F, 13 and 0A. RGB value is (15,19,10). Sum of RGB (Red+Green+Blue) = 15+19+10=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 19 - color contains mainly: green. Hex color #0F130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F130A is #F0ECF5. Grayscale: #101010. Windows color (decimal): -15789302 or 660239. OLE color: 660239.
HSL color Cylindrical-coordinate representation of color #0F130A: hue angle of 86.67º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0F130A is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 19 | 10 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.93 |
| HSL | 86.67º | 0.31% | 0.06% | - |
| HSV(B) | 86.67º | 0.47% | 0.07% | - |
| XYZ | 0.48 | 0.59 | 0.38 | - |
| YUV | 16.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 10 | 0.21 | 0 | 0.47 | 0.93 | 86.67 | 0.31 | 0.06 |
| Hex | F | 13 | A | 15 | 0 | 2F | 5D | 57 | 1F | 6 |
| Octal | 17 | 23 | 12 | 25 | 0 | 57 | 135 | 127 | 37 | 6 |
| Binary | 1111 | 10011 | 1010 | 10101 | 0 | 101111 | 1011101 | 1010111 | 11111 | 110 |
Color Harmonies of #0F130A
Complementary color
Monochromatic Colors of #0F130A
Black with #0F130A
Text Example
Text Example
White with #0F130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F130A; }
p { color: rgb(15,19,10); }
H1.HeaderClassName
{
color: #0F130A;
}
.AnyTagClassName
{
color: #0F130A;
}
</style>
background-color css
<style>
a { background-color: #0F130A; }
a { background-color: rgb(15,19,10); }
div.DivClassName
{
background-color: #0F130A;
}
.BgClassName
{
background-color: #0F130A;
}
</style>
border-color css
<style>
span { border-color: #0F130A; }
span { border-color: rgb(15,19,10); }
td.TdClassName
{
border-color: #0F130A;
}
.TagClassName
{
border-color: #0F130A;
}
</style>