Shades of Pine Tree #0E1801
Tints of Pine Tree #0E1801
RGB
CMYK
RGB Variations
Color information
#0E1801 (or 0x0E1801) is known color: Pine Tree. HEX triplet: 0E, 18 and 01. RGB value is (14,24,1). Sum of RGB (Red+Green+Blue) = 14+24+1=39 (5% of max value = 765). Red value is 14 (5.86% from 255 or 35.90% from 39); Green value is 24 (9.77% from 255 or 61.54% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 24 - color contains mainly: green. Hex color #0E1801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1801 is #F1E7FE. Grayscale: #121212. Windows color (decimal): -15853567 or 71694. OLE color: 71694.
HSL color Cylindrical-coordinate representation of color #0E1801: hue angle of 86.09º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E1801 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 24 | 1 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.91 |
| HSL | 86.09º | 0.92% | 0.05% | - |
| HSV(B) | 86.09º | 0.96% | 0.09% | - |
| XYZ | 0.51 | 0.75 | 0.15 | - |
| YUV | 18.39 | 118.19 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 24 | 1 | 0.42 | 0 | 0.96 | 0.91 | 86.09 | 0.92 | 0.05 |
| Hex | E | 18 | 1 | 2A | 0 | 60 | 5B | 56 | 5C | 5 |
| Octal | 16 | 30 | 1 | 52 | 0 | 140 | 133 | 126 | 134 | 5 |
| Binary | 1110 | 11000 | 1 | 101010 | 0 | 1100000 | 1011011 | 1010110 | 1011100 | 101 |
Color Harmonies of #0E1801
Complementary color
Monochromatic Colors of #0E1801
Black with #0E1801
Text Example
Text Example
White with #0E1801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1801; }
p { color: rgb(14,24,1); }
H1.HeaderClassName
{
color: #0E1801;
}
.AnyTagClassName
{
color: #0E1801;
}
</style>
background-color css
<style>
a { background-color: #0E1801; }
a { background-color: rgb(14,24,1); }
div.DivClassName
{
background-color: #0E1801;
}
.BgClassName
{
background-color: #0E1801;
}
</style>
border-color css
<style>
span { border-color: #0E1801; }
span { border-color: rgb(14,24,1); }
td.TdClassName
{
border-color: #0E1801;
}
.TagClassName
{
border-color: #0E1801;
}
</style>