Shades of Pine Tree #0E120B
Tints of Pine Tree #0E120B
RGB
CMYK
RGB Variations
Color information
#0E120B (or 0x0E120B) is known color: Pine Tree. HEX triplet: 0E, 12 and 0B. RGB value is (14,18,11). Sum of RGB (Red+Green+Blue) = 14+18+11=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 18 - color contains mainly: green. Hex color #0E120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E120B is #F1EDF4. Grayscale: #101010. Windows color (decimal): -15855093 or 725518. OLE color: 725518.
HSL color Cylindrical-coordinate representation of color #0E120B: hue angle of 94.29º degrees, saturation: 0.24, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #0E120B is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 18 | 11 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.93 |
| HSL | 94.29º | 0.24% | 0.06% | - |
| HSV(B) | 94.29º | 0.39% | 0.07% | - |
| XYZ | 0.46 | 0.55 | 0.4 | - |
| YUV | 16.01 | 125.17 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 11 | 0.22 | 0 | 0.39 | 0.93 | 94.29 | 0.24 | 0.06 |
| Hex | E | 12 | B | 16 | 0 | 27 | 5D | 5E | 18 | 6 |
| Octal | 16 | 22 | 13 | 26 | 0 | 47 | 135 | 136 | 30 | 6 |
| Binary | 1110 | 10010 | 1011 | 10110 | 0 | 100111 | 1011101 | 1011110 | 11000 | 110 |
Color Harmonies of #0E120B
Complementary color
Monochromatic Colors of #0E120B
Black with #0E120B
Text Example
Text Example
White with #0E120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E120B; }
p { color: rgb(14,18,11); }
H1.HeaderClassName
{
color: #0E120B;
}
.AnyTagClassName
{
color: #0E120B;
}
</style>
background-color css
<style>
a { background-color: #0E120B; }
a { background-color: rgb(14,18,11); }
div.DivClassName
{
background-color: #0E120B;
}
.BgClassName
{
background-color: #0E120B;
}
</style>
border-color css
<style>
span { border-color: #0E120B; }
span { border-color: rgb(14,18,11); }
td.TdClassName
{
border-color: #0E120B;
}
.TagClassName
{
border-color: #0E120B;
}
</style>