Shades of Pine Tree #0E0F0C
Tints of Pine Tree #0E0F0C
RGB
CMYK
RGB Variations
Color information
#0E0F0C (or 0x0E0F0C) is known color: Pine Tree. HEX triplet: 0E, 0F and 0C. RGB value is (14,15,12). Sum of RGB (Red+Green+Blue) = 14+15+12=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 15 - color contains mainly: green. Hex color #0E0F0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0F0C is #F1F0F3. Grayscale: #0E0E0E. Windows color (decimal): -15855860 or 790286. OLE color: 790286.
HSL color Cylindrical-coordinate representation of color #0E0F0C: hue angle of 80º degrees, saturation: 0.11, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0E0F0C is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 14 | 15 | 12 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.94 |
| HSL | 80º | 0.11% | 0.05% | - |
| HSV(B) | 80º | 0.2% | 0.06% | - |
| XYZ | 0.42 | 0.46 | 0.41 | - |
| YUV | 14.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 15 | 12 | 0.07 | 0 | 0.20 | 0.94 | 80 | 0.11 | 0.05 |
| Hex | E | F | C | 7 | 0 | 14 | 5E | 50 | B | 5 |
| Octal | 16 | 17 | 14 | 7 | 0 | 24 | 136 | 120 | 13 | 5 |
| Binary | 1110 | 1111 | 1100 | 111 | 0 | 10100 | 1011110 | 1010000 | 1011 | 101 |
Color Harmonies of #0E0F0C
Complementary color
Monochromatic Colors of #0E0F0C
Black with #0E0F0C
Text Example
Text Example
White with #0E0F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0F0C; }
p { color: rgb(14,15,12); }
H1.HeaderClassName
{
color: #0E0F0C;
}
.AnyTagClassName
{
color: #0E0F0C;
}
</style>
background-color css
<style>
a { background-color: #0E0F0C; }
a { background-color: rgb(14,15,12); }
div.DivClassName
{
background-color: #0E0F0C;
}
.BgClassName
{
background-color: #0E0F0C;
}
</style>
border-color css
<style>
span { border-color: #0E0F0C; }
span { border-color: rgb(14,15,12); }
td.TdClassName
{
border-color: #0E0F0C;
}
.TagClassName
{
border-color: #0E0F0C;
}
</style>