Shades of Pine Tree #0E1204
Tints of Pine Tree #0E1204
RGB
CMYK
RGB Variations
Color information
#0E1204 (or 0x0E1204) is known color: Pine Tree. HEX triplet: 0E, 12 and 04. RGB value is (14,18,4). Sum of RGB (Red+Green+Blue) = 14+18+4=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #0E1204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1204 is #F1EDFB. Grayscale: #0F0F0F. Windows color (decimal): -15855100 or 266766. OLE color: 266766.
HSL color Cylindrical-coordinate representation of color #0E1204: hue angle of 77.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E1204 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 18 | 4 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.93 |
| HSL | 77.14º | 0.64% | 0.04% | - |
| HSV(B) | 77.14º | 0.78% | 0.07% | - |
| XYZ | 0.42 | 0.53 | 0.2 | - |
| YUV | 15.21 | 121.67 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 4 | 0.22 | 0 | 0.78 | 0.93 | 77.14 | 0.64 | 0.04 |
| Hex | E | 12 | 4 | 16 | 0 | 4E | 5D | 4D | 40 | 4 |
| Octal | 16 | 22 | 4 | 26 | 0 | 116 | 135 | 115 | 100 | 4 |
| Binary | 1110 | 10010 | 100 | 10110 | 0 | 1001110 | 1011101 | 1001101 | 1000000 | 100 |
Color Harmonies of #0E1204
Complementary color
Monochromatic Colors of #0E1204
Black with #0E1204
Text Example
Text Example
White with #0E1204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1204; }
p { color: rgb(14,18,4); }
H1.HeaderClassName
{
color: #0E1204;
}
.AnyTagClassName
{
color: #0E1204;
}
</style>
background-color css
<style>
a { background-color: #0E1204; }
a { background-color: rgb(14,18,4); }
div.DivClassName
{
background-color: #0E1204;
}
.BgClassName
{
background-color: #0E1204;
}
</style>
border-color css
<style>
span { border-color: #0E1204; }
span { border-color: rgb(14,18,4); }
td.TdClassName
{
border-color: #0E1204;
}
.TagClassName
{
border-color: #0E1204;
}
</style>