Shades of Pine Tree #0E1902
Tints of Pine Tree #0E1902
RGB
CMYK
RGB Variations
Color information
#0E1902 (or 0x0E1902) is known color: Pine Tree. HEX triplet: 0E, 19 and 02. RGB value is (14,25,2). Sum of RGB (Red+Green+Blue) = 14+25+2=41 (5% of max value = 765). Red value is 14 (5.86% from 255 or 34.15% from 41); Green value is 25 (10.16% from 255 or 60.98% from 41); Blue value is 2 (1.17% from 255 or 4.88% from 41); Max value from RGB is 25 - color contains mainly: green. Hex color #0E1902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1902 is #F1E6FD. Grayscale: #131313. Windows color (decimal): -15853310 or 137486. OLE color: 137486.
HSL color Cylindrical-coordinate representation of color #0E1902: hue angle of 88.7º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E1902 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 25 | 2 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.90 |
| HSL | 88.7º | 0.85% | 0.05% | - |
| HSV(B) | 88.7º | 0.92% | 0.1% | - |
| XYZ | 0.54 | 0.79 | 0.18 | - |
| YUV | 19.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 25 | 2 | 0.44 | 0 | 0.92 | 0.90 | 88.7 | 0.85 | 0.05 |
| Hex | E | 19 | 2 | 2C | 0 | 5C | 5A | 59 | 55 | 5 |
| Octal | 16 | 31 | 2 | 54 | 0 | 134 | 132 | 131 | 125 | 5 |
| Binary | 1110 | 11001 | 10 | 101100 | 0 | 1011100 | 1011010 | 1011001 | 1010101 | 101 |
Color Harmonies of #0E1902
Complementary color
Monochromatic Colors of #0E1902
Black with #0E1902
Text Example
Text Example
White with #0E1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1902; }
p { color: rgb(14,25,2); }
H1.HeaderClassName
{
color: #0E1902;
}
.AnyTagClassName
{
color: #0E1902;
}
</style>
background-color css
<style>
a { background-color: #0E1902; }
a { background-color: rgb(14,25,2); }
div.DivClassName
{
background-color: #0E1902;
}
.BgClassName
{
background-color: #0E1902;
}
</style>
border-color css
<style>
span { border-color: #0E1902; }
span { border-color: rgb(14,25,2); }
td.TdClassName
{
border-color: #0E1902;
}
.TagClassName
{
border-color: #0E1902;
}
</style>