Shades of Pine Tree #0F130D
Tints of Pine Tree #0F130D
RGB
CMYK
RGB Variations
Color information
#0F130D (or 0x0F130D) is known color: Pine Tree. HEX triplet: 0F, 13 and 0D. RGB value is (15,19,13). Sum of RGB (Red+Green+Blue) = 15+19+13=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #0F130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F130D is #F0ECF2. Grayscale: #111111. Windows color (decimal): -15789299 or 856847. OLE color: 856847.
HSL color Cylindrical-coordinate representation of color #0F130D: hue angle of 100º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0F130D is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 19 | 13 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.93 |
| HSL | 100º | 0.19% | 0.06% | - |
| HSV(B) | 100º | 0.32% | 0.07% | - |
| XYZ | 0.5 | 0.6 | 0.47 | - |
| YUV | 17.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 13 | 0.21 | 0 | 0.32 | 0.93 | 100 | 0.19 | 0.06 |
| Hex | F | 13 | D | 15 | 0 | 20 | 5D | 64 | 13 | 6 |
| Octal | 17 | 23 | 15 | 25 | 0 | 40 | 135 | 144 | 23 | 6 |
| Binary | 1111 | 10011 | 1101 | 10101 | 0 | 100000 | 1011101 | 1100100 | 10011 | 110 |
Color Harmonies of #0F130D
Complementary color
Monochromatic Colors of #0F130D
Black with #0F130D
Text Example
Text Example
White with #0F130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F130D; }
p { color: rgb(15,19,13); }
H1.HeaderClassName
{
color: #0F130D;
}
.AnyTagClassName
{
color: #0F130D;
}
</style>
background-color css
<style>
a { background-color: #0F130D; }
a { background-color: rgb(15,19,13); }
div.DivClassName
{
background-color: #0F130D;
}
.BgClassName
{
background-color: #0F130D;
}
</style>
border-color css
<style>
span { border-color: #0F130D; }
span { border-color: rgb(15,19,13); }
td.TdClassName
{
border-color: #0F130D;
}
.TagClassName
{
border-color: #0F130D;
}
</style>