Shades of Pine Tree #0E100C
Tints of Pine Tree #0E100C
RGB
CMYK
RGB Variations
Color information
#0E100C (or 0x0E100C) is known color: Pine Tree. HEX triplet: 0E, 10 and 0C. RGB value is (14,16,12). Sum of RGB (Red+Green+Blue) = 14+16+12=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 16 - color contains mainly: green. Hex color #0E100C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E100C is #F1EFF3. Grayscale: #0E0E0E. Windows color (decimal): -15855604 or 790542. OLE color: 790542.
HSL color Cylindrical-coordinate representation of color #0E100C: hue angle of 90º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0E100C is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 14 | 16 | 12 | - |
| CMYK | 0.13 | 0 | 0.25 | 0.94 |
| HSL | 90º | 0.14% | 0.05% | - |
| HSV(B) | 90º | 0.25% | 0.06% | - |
| XYZ | 0.43 | 0.49 | 0.42 | - |
| YUV | 14.95 | 126.34 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 12 | 0.13 | 0 | 0.25 | 0.94 | 90 | 0.14 | 0.05 |
| Hex | E | 10 | C | D | 0 | 19 | 5E | 5A | E | 5 |
| Octal | 16 | 20 | 14 | 15 | 0 | 31 | 136 | 132 | 16 | 5 |
| Binary | 1110 | 10000 | 1100 | 1101 | 0 | 11001 | 1011110 | 1011010 | 1110 | 101 |
Color Harmonies of #0E100C
Complementary color
Monochromatic Colors of #0E100C
Black with #0E100C
Text Example
Text Example
White with #0E100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E100C; }
p { color: rgb(14,16,12); }
H1.HeaderClassName
{
color: #0E100C;
}
.AnyTagClassName
{
color: #0E100C;
}
</style>
background-color css
<style>
a { background-color: #0E100C; }
a { background-color: rgb(14,16,12); }
div.DivClassName
{
background-color: #0E100C;
}
.BgClassName
{
background-color: #0E100C;
}
</style>
border-color css
<style>
span { border-color: #0E100C; }
span { border-color: rgb(14,16,12); }
td.TdClassName
{
border-color: #0E100C;
}
.TagClassName
{
border-color: #0E100C;
}
</style>