Shades of Pine Tree #0E1D00
Tints of Pine Tree #0E1D00
RGB
CMYK
RGB Variations
Color information
#0E1D00 (or 0x0E1D00) is known color: Pine Tree. HEX triplet: 0E, 1D and 00. RGB value is (14,29,0). Sum of RGB (Red+Green+Blue) = 14+29+0=43 (5% of max value = 765). Red value is 14 (5.86% from 255 or 32.56% from 43); Green value is 29 (11.72% from 255 or 67.44% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D00 is #F1E2FF. Grayscale: #151515. Windows color (decimal): -15852288 or 7438. OLE color: 7438.
HSL color Cylindrical-coordinate representation of color #0E1D00: hue angle of 91.03º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E1D00 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 29 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.89 |
| HSL | 91.03º | 1% | 0.06% | - |
| HSV(B) | 91.03º | 1% | 0.11% | - |
| XYZ | 0.62 | 0.97 | 0.15 | - |
| YUV | 21.21 | 116.03 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 29 | 0 | 0.52 | 0 | 1 | 0.89 | 91.03 | 1 | 0.06 |
| Hex | E | 1D | 0 | 34 | 0 | 64 | 59 | 5B | 64 | 6 |
| Octal | 16 | 35 | 0 | 64 | 0 | 144 | 131 | 133 | 144 | 6 |
| Binary | 1110 | 11101 | 0 | 110100 | 0 | 1100100 | 1011001 | 1011011 | 1100100 | 110 |
Color Harmonies of #0E1D00
Complementary color
Monochromatic Colors of #0E1D00
Black with #0E1D00
Text Example
Text Example
White with #0E1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1D00; }
p { color: rgb(14,29,0); }
H1.HeaderClassName
{
color: #0E1D00;
}
.AnyTagClassName
{
color: #0E1D00;
}
</style>
background-color css
<style>
a { background-color: #0E1D00; }
a { background-color: rgb(14,29,0); }
div.DivClassName
{
background-color: #0E1D00;
}
.BgClassName
{
background-color: #0E1D00;
}
</style>
border-color css
<style>
span { border-color: #0E1D00; }
span { border-color: rgb(14,29,0); }
td.TdClassName
{
border-color: #0E1D00;
}
.TagClassName
{
border-color: #0E1D00;
}
</style>