Shades of Pine Tree #0E1608
Tints of Pine Tree #0E1608
RGB
CMYK
RGB Variations
Color information
#0E1608 (or 0x0E1608) is known color: Pine Tree. HEX triplet: 0E, 16 and 08. RGB value is (14,22,8). Sum of RGB (Red+Green+Blue) = 14+22+8=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 22 (8.98% from 255 or 50% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 22 - color contains mainly: green. Hex color #0E1608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1608 is #F1E9F7. Grayscale: #121212. Windows color (decimal): -15854072 or 529934. OLE color: 529934.
HSL color Cylindrical-coordinate representation of color #0E1608: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E1608 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 22 | 8 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.91 |
| HSL | 94.29º | 0.47% | 0.06% | - |
| HSV(B) | 94.29º | 0.64% | 0.09% | - |
| XYZ | 0.51 | 0.68 | 0.33 | - |
| YUV | 18.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 8 | 0.36 | 0 | 0.64 | 0.91 | 94.29 | 0.47 | 0.06 |
| Hex | E | 16 | 8 | 24 | 0 | 40 | 5B | 5E | 2F | 6 |
| Octal | 16 | 26 | 10 | 44 | 0 | 100 | 133 | 136 | 57 | 6 |
| Binary | 1110 | 10110 | 1000 | 100100 | 0 | 1000000 | 1011011 | 1011110 | 101111 | 110 |
Color Harmonies of #0E1608
Complementary color
Monochromatic Colors of #0E1608
Black with #0E1608
Text Example
Text Example
White with #0E1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1608; }
p { color: rgb(14,22,8); }
H1.HeaderClassName
{
color: #0E1608;
}
.AnyTagClassName
{
color: #0E1608;
}
</style>
background-color css
<style>
a { background-color: #0E1608; }
a { background-color: rgb(14,22,8); }
div.DivClassName
{
background-color: #0E1608;
}
.BgClassName
{
background-color: #0E1608;
}
</style>
border-color css
<style>
span { border-color: #0E1608; }
span { border-color: rgb(14,22,8); }
td.TdClassName
{
border-color: #0E1608;
}
.TagClassName
{
border-color: #0E1608;
}
</style>