Shades of Pine Tree #0E1E00
Tints of Pine Tree #0E1E00
RGB
CMYK
RGB Variations
Color information
#0E1E00 (or 0x0E1E00) is known color: Pine Tree. HEX triplet: 0E, 1E and 00. RGB value is (14,30,0). Sum of RGB (Red+Green+Blue) = 14+30+0=44 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.82% from 44); Green value is 30 (12.11% from 255 or 68.18% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E00 is #F1E1FF. Grayscale: #151515. Windows color (decimal): -15852032 or 7694. OLE color: 7694.
HSL color Cylindrical-coordinate representation of color #0E1E00: hue angle of 92º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E1E00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 30 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.88 |
| HSL | 92º | 1% | 0.06% | - |
| HSV(B) | 92º | 1% | 0.12% | - |
| XYZ | 0.65 | 1.02 | 0.16 | - |
| YUV | 21.8 | 115.7 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 0 | 0.53 | 0 | 1 | 0.88 | 92 | 1 | 0.06 |
| Hex | E | 1E | 0 | 35 | 0 | 64 | 58 | 5C | 64 | 6 |
| Octal | 16 | 36 | 0 | 65 | 0 | 144 | 130 | 134 | 144 | 6 |
| Binary | 1110 | 11110 | 0 | 110101 | 0 | 1100100 | 1011000 | 1011100 | 1100100 | 110 |
Color Harmonies of #0E1E00
Complementary color
Monochromatic Colors of #0E1E00
Black with #0E1E00
Text Example
Text Example
White with #0E1E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E00; }
p { color: rgb(14,30,0); }
H1.HeaderClassName
{
color: #0E1E00;
}
.AnyTagClassName
{
color: #0E1E00;
}
</style>
background-color css
<style>
a { background-color: #0E1E00; }
a { background-color: rgb(14,30,0); }
div.DivClassName
{
background-color: #0E1E00;
}
.BgClassName
{
background-color: #0E1E00;
}
</style>
border-color css
<style>
span { border-color: #0E1E00; }
span { border-color: rgb(14,30,0); }
td.TdClassName
{
border-color: #0E1E00;
}
.TagClassName
{
border-color: #0E1E00;
}
</style>