Shades of Pine Tree #0E1307
Tints of Pine Tree #0E1307
RGB
CMYK
RGB Variations
Color information
#0E1307 (or 0x0E1307) is known color: Pine Tree. HEX triplet: 0E, 13 and 07. RGB value is (14,19,7). Sum of RGB (Red+Green+Blue) = 14+19+7=40 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 19 - color contains mainly: green. Hex color #0E1307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1307 is #F1ECF8. Grayscale: #101010. Windows color (decimal): -15854841 or 463630. OLE color: 463630.
HSL color Cylindrical-coordinate representation of color #0E1307: hue angle of 85º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E1307 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 19 | 7 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.93 |
| HSL | 85º | 0.46% | 0.05% | - |
| HSV(B) | 85º | 0.63% | 0.07% | - |
| XYZ | 0.45 | 0.57 | 0.29 | - |
| YUV | 16.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 7 | 0.26 | 0 | 0.63 | 0.93 | 85 | 0.46 | 0.05 |
| Hex | E | 13 | 7 | 1A | 0 | 3F | 5D | 55 | 2E | 5 |
| Octal | 16 | 23 | 7 | 32 | 0 | 77 | 135 | 125 | 56 | 5 |
| Binary | 1110 | 10011 | 111 | 11010 | 0 | 111111 | 1011101 | 1010101 | 101110 | 101 |
Color Harmonies of #0E1307
Complementary color
Monochromatic Colors of #0E1307
Black with #0E1307
Text Example
Text Example
White with #0E1307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1307; }
p { color: rgb(14,19,7); }
H1.HeaderClassName
{
color: #0E1307;
}
.AnyTagClassName
{
color: #0E1307;
}
</style>
background-color css
<style>
a { background-color: #0E1307; }
a { background-color: rgb(14,19,7); }
div.DivClassName
{
background-color: #0E1307;
}
.BgClassName
{
background-color: #0E1307;
}
</style>
border-color css
<style>
span { border-color: #0E1307; }
span { border-color: rgb(14,19,7); }
td.TdClassName
{
border-color: #0E1307;
}
.TagClassName
{
border-color: #0E1307;
}
</style>