Shades of Pine Tree #0E1401
Tints of Pine Tree #0E1401
RGB
CMYK
RGB Variations
Color information
#0E1401 (or 0x0E1401) is known color: Pine Tree. HEX triplet: 0E, 14 and 01. RGB value is (14,20,1). Sum of RGB (Red+Green+Blue) = 14+20+1=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #0E1401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1401 is #F1EBFE. Grayscale: #101010. Windows color (decimal): -15854591 or 70670. OLE color: 70670.
HSL color Cylindrical-coordinate representation of color #0E1401: hue angle of 78.95º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E1401 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 20 | 1 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.92 |
| HSL | 78.95º | 0.9% | 0.04% | - |
| HSV(B) | 78.95º | 0.95% | 0.08% | - |
| XYZ | 0.44 | 0.6 | 0.12 | - |
| YUV | 16.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 20 | 1 | 0.30 | 0 | 0.95 | 0.92 | 78.95 | 0.9 | 0.04 |
| Hex | E | 14 | 1 | 1E | 0 | 5F | 5C | 4F | 5A | 4 |
| Octal | 16 | 24 | 1 | 36 | 0 | 137 | 134 | 117 | 132 | 4 |
| Binary | 1110 | 10100 | 1 | 11110 | 0 | 1011111 | 1011100 | 1001111 | 1011010 | 100 |
Color Harmonies of #0E1401
Complementary color
Monochromatic Colors of #0E1401
Black with #0E1401
Text Example
Text Example
White with #0E1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1401; }
p { color: rgb(14,20,1); }
H1.HeaderClassName
{
color: #0E1401;
}
.AnyTagClassName
{
color: #0E1401;
}
</style>
background-color css
<style>
a { background-color: #0E1401; }
a { background-color: rgb(14,20,1); }
div.DivClassName
{
background-color: #0E1401;
}
.BgClassName
{
background-color: #0E1401;
}
</style>
border-color css
<style>
span { border-color: #0E1401; }
span { border-color: rgb(14,20,1); }
td.TdClassName
{
border-color: #0E1401;
}
.TagClassName
{
border-color: #0E1401;
}
</style>