Shades of Pine Tree #0E1302
Tints of Pine Tree #0E1302
RGB
CMYK
RGB Variations
Color information
#0E1302 (or 0x0E1302) is known color: Pine Tree. HEX triplet: 0E, 13 and 02. RGB value is (14,19,2). Sum of RGB (Red+Green+Blue) = 14+19+2=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #0E1302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1302 is #F1ECFD. Grayscale: #0F0F0F. Windows color (decimal): -15854846 or 135950. OLE color: 135950.
HSL color Cylindrical-coordinate representation of color #0E1302: hue angle of 77.65º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1302 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 19 | 2 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.93 |
| HSL | 77.65º | 0.81% | 0.04% | - |
| HSV(B) | 77.65º | 0.89% | 0.07% | - |
| XYZ | 0.42 | 0.56 | 0.14 | - |
| YUV | 15.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 2 | 0.26 | 0 | 0.89 | 0.93 | 77.65 | 0.81 | 0.04 |
| Hex | E | 13 | 2 | 1A | 0 | 59 | 5D | 4E | 51 | 4 |
| Octal | 16 | 23 | 2 | 32 | 0 | 131 | 135 | 116 | 121 | 4 |
| Binary | 1110 | 10011 | 10 | 11010 | 0 | 1011001 | 1011101 | 1001110 | 1010001 | 100 |
Color Harmonies of #0E1302
Complementary color
Monochromatic Colors of #0E1302
Black with #0E1302
Text Example
Text Example
White with #0E1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1302; }
p { color: rgb(14,19,2); }
H1.HeaderClassName
{
color: #0E1302;
}
.AnyTagClassName
{
color: #0E1302;
}
</style>
background-color css
<style>
a { background-color: #0E1302; }
a { background-color: rgb(14,19,2); }
div.DivClassName
{
background-color: #0E1302;
}
.BgClassName
{
background-color: #0E1302;
}
</style>
border-color css
<style>
span { border-color: #0E1302; }
span { border-color: rgb(14,19,2); }
td.TdClassName
{
border-color: #0E1302;
}
.TagClassName
{
border-color: #0E1302;
}
</style>