Shades of Pine Tree #0E1D04
Tints of Pine Tree #0E1D04
RGB
CMYK
RGB Variations
Color information
#0E1D04 (or 0x0E1D04) is known color: Pine Tree. HEX triplet: 0E, 1D and 04. RGB value is (14,29,4). Sum of RGB (Red+Green+Blue) = 14+29+4=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 29 (11.72% from 255 or 61.70% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D04 is #F1E2FB. Grayscale: #151515. Windows color (decimal): -15852284 or 269582. OLE color: 269582.
HSL color Cylindrical-coordinate representation of color #0E1D04: hue angle of 96º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1D04 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 29 | 4 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.89 |
| HSL | 96º | 0.76% | 0.06% | - |
| HSV(B) | 96º | 0.86% | 0.11% | - |
| XYZ | 0.64 | 0.98 | 0.27 | - |
| YUV | 21.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 29 | 4 | 0.52 | 0 | 0.86 | 0.89 | 96 | 0.76 | 0.06 |
| Hex | E | 1D | 4 | 34 | 0 | 56 | 59 | 60 | 4C | 6 |
| Octal | 16 | 35 | 4 | 64 | 0 | 126 | 131 | 140 | 114 | 6 |
| Binary | 1110 | 11101 | 100 | 110100 | 0 | 1010110 | 1011001 | 1100000 | 1001100 | 110 |
Color Harmonies of #0E1D04
Complementary color
Monochromatic Colors of #0E1D04
Black with #0E1D04
Text Example
Text Example
White with #0E1D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1D04; }
p { color: rgb(14,29,4); }
H1.HeaderClassName
{
color: #0E1D04;
}
.AnyTagClassName
{
color: #0E1D04;
}
</style>
background-color css
<style>
a { background-color: #0E1D04; }
a { background-color: rgb(14,29,4); }
div.DivClassName
{
background-color: #0E1D04;
}
.BgClassName
{
background-color: #0E1D04;
}
</style>
border-color css
<style>
span { border-color: #0E1D04; }
span { border-color: rgb(14,29,4); }
td.TdClassName
{
border-color: #0E1D04;
}
.TagClassName
{
border-color: #0E1D04;
}
</style>