Shades of Pine Tree #0F100E
Tints of Pine Tree #0F100E
RGB
CMYK
RGB Variations
Color information
#0F100E (or 0x0F100E) is known color: Pine Tree. HEX triplet: 0F, 10 and 0E. RGB value is (15,16,14). Sum of RGB (Red+Green+Blue) = 15+16+14=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 16 - color contains mainly: green. Hex color #0F100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F100E is #F0EFF1. Grayscale: #0F0F0F. Windows color (decimal): -15790066 or 921615. OLE color: 921615.
HSL color Cylindrical-coordinate representation of color #0F100E: hue angle of 90º degrees, saturation: 0.07, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #0F100E is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
RGB | 15 | 16 | 14 | - |
CMYK | 0.06 | 0 | 0.13 | 0.94 |
HSL | 90º | 0.07% | 0.06% | - |
HSV(B) | 90º | 0.13% | 0.06% | - |
XYZ | 0.46 | 0.5 | 0.49 | - |
YUV | 15.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 16 | 14 | 0.06 | 0 | 0.13 | 0.94 | 90 | 0.07 | 0.06 |
Hex | F | 10 | E | 6 | 0 | D | 5E | 5A | 7 | 6 |
Octal | 17 | 20 | 16 | 6 | 0 | 15 | 136 | 132 | 7 | 6 |
Binary | 1111 | 10000 | 1110 | 110 | 0 | 1101 | 1011110 | 1011010 | 111 | 110 |
Color Harmonies of #0F100E
Complementary color
Monochromatic Colors of #0F100E
Black with #0F100E
Text Example
Text Example
White with #0F100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F100E; }
p { color: rgb(15,16,14); }
H1.HeaderClassName
{
color: #0F100E;
}
.AnyTagClassName
{
color: #0F100E;
}
</style>
background-color css
<style>
a { background-color: #0F100E; }
a { background-color: rgb(15,16,14); }
div.DivClassName
{
background-color: #0F100E;
}
.BgClassName
{
background-color: #0F100E;
}
</style>
border-color css
<style>
span { border-color: #0F100E; }
span { border-color: rgb(15,16,14); }
td.TdClassName
{
border-color: #0F100E;
}
.TagClassName
{
border-color: #0F100E;
}
</style>