Shades of Pine Tree #0E1402
Tints of Pine Tree #0E1402
RGB
CMYK
RGB Variations
Color information
#0E1402 (or 0x0E1402) is known color: Pine Tree. HEX triplet: 0E, 14 and 02. RGB value is (14,20,2). Sum of RGB (Red+Green+Blue) = 14+20+2=36 (4% of max value = 765). Red value is 14 (5.86% from 255 or 38.89% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #0E1402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1402 is #F1EBFD. Grayscale: #101010. Windows color (decimal): -15854590 or 136206. OLE color: 136206.
HSL color Cylindrical-coordinate representation of color #0E1402: hue angle of 80º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1402 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 20 | 2 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.92 |
| HSL | 80º | 0.82% | 0.04% | - |
| HSV(B) | 80º | 0.9% | 0.08% | - |
| XYZ | 0.44 | 0.6 | 0.15 | - |
| YUV | 16.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 20 | 2 | 0.30 | 0 | 0.90 | 0.92 | 80 | 0.82 | 0.04 |
| Hex | E | 14 | 2 | 1E | 0 | 5A | 5C | 50 | 52 | 4 |
| Octal | 16 | 24 | 2 | 36 | 0 | 132 | 134 | 120 | 122 | 4 |
| Binary | 1110 | 10100 | 10 | 11110 | 0 | 1011010 | 1011100 | 1010000 | 1010010 | 100 |
Color Harmonies of #0E1402
Complementary color
Monochromatic Colors of #0E1402
Black with #0E1402
Text Example
Text Example
White with #0E1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1402; }
p { color: rgb(14,20,2); }
H1.HeaderClassName
{
color: #0E1402;
}
.AnyTagClassName
{
color: #0E1402;
}
</style>
background-color css
<style>
a { background-color: #0E1402; }
a { background-color: rgb(14,20,2); }
div.DivClassName
{
background-color: #0E1402;
}
.BgClassName
{
background-color: #0E1402;
}
</style>
border-color css
<style>
span { border-color: #0E1402; }
span { border-color: rgb(14,20,2); }
td.TdClassName
{
border-color: #0E1402;
}
.TagClassName
{
border-color: #0E1402;
}
</style>