Shades of Pine Tree #0F110B
Tints of Pine Tree #0F110B
RGB
CMYK
RGB Variations
Color information
#0F110B (or 0x0F110B) is known color: Pine Tree. HEX triplet: 0F, 11 and 0B. RGB value is (15,17,11). Sum of RGB (Red+Green+Blue) = 15+17+11=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 17 - color contains mainly: green. Hex color #0F110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F110B is #F0EEF4. Grayscale: #0F0F0F. Windows color (decimal): -15789813 or 725263. OLE color: 725263.
HSL color Cylindrical-coordinate representation of color #0F110B: hue angle of 80º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F110B is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 17 | 11 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.93 |
| HSL | 80º | 0.21% | 0.05% | - |
| HSV(B) | 80º | 0.35% | 0.07% | - |
| XYZ | 0.46 | 0.53 | 0.39 | - |
| YUV | 15.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 11 | 0.12 | 0 | 0.35 | 0.93 | 80 | 0.21 | 0.05 |
| Hex | F | 11 | B | C | 0 | 23 | 5D | 50 | 15 | 5 |
| Octal | 17 | 21 | 13 | 14 | 0 | 43 | 135 | 120 | 25 | 5 |
| Binary | 1111 | 10001 | 1011 | 1100 | 0 | 100011 | 1011101 | 1010000 | 10101 | 101 |
Color Harmonies of #0F110B
Complementary color
Monochromatic Colors of #0F110B
Black with #0F110B
Text Example
Text Example
White with #0F110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F110B; }
p { color: rgb(15,17,11); }
H1.HeaderClassName
{
color: #0F110B;
}
.AnyTagClassName
{
color: #0F110B;
}
</style>
background-color css
<style>
a { background-color: #0F110B; }
a { background-color: rgb(15,17,11); }
div.DivClassName
{
background-color: #0F110B;
}
.BgClassName
{
background-color: #0F110B;
}
</style>
border-color css
<style>
span { border-color: #0F110B; }
span { border-color: rgb(15,17,11); }
td.TdClassName
{
border-color: #0F110B;
}
.TagClassName
{
border-color: #0F110B;
}
</style>