Shades of Pine Tree #0E1706
Tints of Pine Tree #0E1706
RGB
CMYK
RGB Variations
Color information
#0E1706 (or 0x0E1706) is known color: Pine Tree. HEX triplet: 0E, 17 and 06. RGB value is (14,23,6). Sum of RGB (Red+Green+Blue) = 14+23+6=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 23 (9.38% from 255 or 53.49% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 23 - color contains mainly: green. Hex color #0E1706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1706 is #F1E8F9. Grayscale: #121212. Windows color (decimal): -15853818 or 399118. OLE color: 399118.
HSL color Cylindrical-coordinate representation of color #0E1706: hue angle of 91.76º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E1706 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 23 | 6 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.91 |
| HSL | 91.76º | 0.59% | 0.06% | - |
| HSV(B) | 91.76º | 0.74% | 0.09% | - |
| XYZ | 0.52 | 0.72 | 0.28 | - |
| YUV | 18.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 23 | 6 | 0.39 | 0 | 0.74 | 0.91 | 91.76 | 0.59 | 0.06 |
| Hex | E | 17 | 6 | 27 | 0 | 4A | 5B | 5C | 3B | 6 |
| Octal | 16 | 27 | 6 | 47 | 0 | 112 | 133 | 134 | 73 | 6 |
| Binary | 1110 | 10111 | 110 | 100111 | 0 | 1001010 | 1011011 | 1011100 | 111011 | 110 |
Color Harmonies of #0E1706
Complementary color
Monochromatic Colors of #0E1706
Black with #0E1706
Text Example
Text Example
White with #0E1706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1706; }
p { color: rgb(14,23,6); }
H1.HeaderClassName
{
color: #0E1706;
}
.AnyTagClassName
{
color: #0E1706;
}
</style>
background-color css
<style>
a { background-color: #0E1706; }
a { background-color: rgb(14,23,6); }
div.DivClassName
{
background-color: #0E1706;
}
.BgClassName
{
background-color: #0E1706;
}
</style>
border-color css
<style>
span { border-color: #0E1706; }
span { border-color: rgb(14,23,6); }
td.TdClassName
{
border-color: #0E1706;
}
.TagClassName
{
border-color: #0E1706;
}
</style>