Shades of Pine Tree #0E2400
Tints of Pine Tree #0E2400
RGB
CMYK
RGB Variations
Color information
#0E2400 (or 0x0E2400) is known color: Pine Tree. HEX triplet: 0E, 24 and 00. RGB value is (14,36,0). Sum of RGB (Red+Green+Blue) = 14+36+0=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 36 (14.45% from 255 or 72% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 36 - color contains mainly: green. Hex color #0E2400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2400 is #F1DBFF. Grayscale: #191919. Windows color (decimal): -15850496 or 9230. OLE color: 9230.
HSL color Cylindrical-coordinate representation of color #0E2400: hue angle of 96.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E2400 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 36 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.86 |
| HSL | 96.67º | 1% | 0.07% | - |
| HSV(B) | 96.67º | 1% | 0.14% | - |
| XYZ | 0.81 | 1.36 | 0.22 | - |
| YUV | 25.32 | 113.71 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 0 | 0.61 | 0 | 1 | 0.86 | 96.67 | 1 | 0.07 |
| Hex | E | 24 | 0 | 3D | 0 | 64 | 56 | 61 | 64 | 7 |
| Octal | 16 | 44 | 0 | 75 | 0 | 144 | 126 | 141 | 144 | 7 |
| Binary | 1110 | 100100 | 0 | 111101 | 0 | 1100100 | 1010110 | 1100001 | 1100100 | 111 |
Color Harmonies of #0E2400
Complementary color
Monochromatic Colors of #0E2400
Black with #0E2400
Text Example
Text Example
White with #0E2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2400; }
p { color: rgb(14,36,0); }
H1.HeaderClassName
{
color: #0E2400;
}
.AnyTagClassName
{
color: #0E2400;
}
</style>
background-color css
<style>
a { background-color: #0E2400; }
a { background-color: rgb(14,36,0); }
div.DivClassName
{
background-color: #0E2400;
}
.BgClassName
{
background-color: #0E2400;
}
</style>
border-color css
<style>
span { border-color: #0E2400; }
span { border-color: rgb(14,36,0); }
td.TdClassName
{
border-color: #0E2400;
}
.TagClassName
{
border-color: #0E2400;
}
</style>