Shades of Pine Tree #0F1308
Tints of Pine Tree #0F1308
RGB
CMYK
RGB Variations
Color information
#0F1308 (or 0x0F1308) is known color: Pine Tree. HEX triplet: 0F, 13 and 08. RGB value is (15,19,8). Sum of RGB (Red+Green+Blue) = 15+19+8=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #0F1308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1308 is #F0ECF7. Grayscale: #101010. Windows color (decimal): -15789304 or 529167. OLE color: 529167.
HSL color Cylindrical-coordinate representation of color #0F1308: hue angle of 81.82º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F1308 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 19 | 8 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.93 |
| HSL | 81.82º | 0.41% | 0.05% | - |
| HSV(B) | 81.82º | 0.58% | 0.07% | - |
| XYZ | 0.47 | 0.58 | 0.32 | - |
| YUV | 16.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 8 | 0.21 | 0 | 0.58 | 0.93 | 81.82 | 0.41 | 0.05 |
| Hex | F | 13 | 8 | 15 | 0 | 3A | 5D | 52 | 29 | 5 |
| Octal | 17 | 23 | 10 | 25 | 0 | 72 | 135 | 122 | 51 | 5 |
| Binary | 1111 | 10011 | 1000 | 10101 | 0 | 111010 | 1011101 | 1010010 | 101001 | 101 |
Color Harmonies of #0F1308
Complementary color
Monochromatic Colors of #0F1308
Black with #0F1308
Text Example
Text Example
White with #0F1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1308; }
p { color: rgb(15,19,8); }
H1.HeaderClassName
{
color: #0F1308;
}
.AnyTagClassName
{
color: #0F1308;
}
</style>
background-color css
<style>
a { background-color: #0F1308; }
a { background-color: rgb(15,19,8); }
div.DivClassName
{
background-color: #0F1308;
}
.BgClassName
{
background-color: #0F1308;
}
</style>
border-color css
<style>
span { border-color: #0F1308; }
span { border-color: rgb(15,19,8); }
td.TdClassName
{
border-color: #0F1308;
}
.TagClassName
{
border-color: #0F1308;
}
</style>