Shades of Pine Tree #0F110C
Tints of Pine Tree #0F110C
RGB
CMYK
RGB Variations
Color information
#0F110C (or 0x0F110C) is known color: Pine Tree. HEX triplet: 0F, 11 and 0C. RGB value is (15,17,12). Sum of RGB (Red+Green+Blue) = 15+17+12=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 17 - color contains mainly: green. Hex color #0F110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F110C is #F0EEF3. Grayscale: #0F0F0F. Windows color (decimal): -15789812 or 790799. OLE color: 790799.
HSL color Cylindrical-coordinate representation of color #0F110C: hue angle of 84º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0F110C is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 17 | 12 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.93 |
| HSL | 84º | 0.17% | 0.06% | - |
| HSV(B) | 84º | 0.29% | 0.07% | - |
| XYZ | 0.46 | 0.53 | 0.43 | - |
| YUV | 15.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 12 | 0.12 | 0 | 0.29 | 0.93 | 84 | 0.17 | 0.06 |
| Hex | F | 11 | C | C | 0 | 1D | 5D | 54 | 11 | 6 |
| Octal | 17 | 21 | 14 | 14 | 0 | 35 | 135 | 124 | 21 | 6 |
| Binary | 1111 | 10001 | 1100 | 1100 | 0 | 11101 | 1011101 | 1010100 | 10001 | 110 |
Color Harmonies of #0F110C
Complementary color
Monochromatic Colors of #0F110C
Black with #0F110C
Text Example
Text Example
White with #0F110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F110C; }
p { color: rgb(15,17,12); }
H1.HeaderClassName
{
color: #0F110C;
}
.AnyTagClassName
{
color: #0F110C;
}
</style>
background-color css
<style>
a { background-color: #0F110C; }
a { background-color: rgb(15,17,12); }
div.DivClassName
{
background-color: #0F110C;
}
.BgClassName
{
background-color: #0F110C;
}
</style>
border-color css
<style>
span { border-color: #0F110C; }
span { border-color: rgb(15,17,12); }
td.TdClassName
{
border-color: #0F110C;
}
.TagClassName
{
border-color: #0F110C;
}
</style>