Shades of Pine Tree #0E1A05
Tints of Pine Tree #0E1A05
RGB
CMYK
RGB Variations
Color information
#0E1A05 (or 0x0E1A05) is known color: Pine Tree. HEX triplet: 0E, 1A and 05. RGB value is (14,26,5). Sum of RGB (Red+Green+Blue) = 14+26+5=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A05 is #F1E5FA. Grayscale: #141414. Windows color (decimal): -15853051 or 334350. OLE color: 334350.
HSL color Cylindrical-coordinate representation of color #0E1A05: hue angle of 94.29º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E1A05 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 26 | 5 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.90 |
| HSL | 94.29º | 0.68% | 0.06% | - |
| HSV(B) | 94.29º | 0.81% | 0.1% | - |
| XYZ | 0.58 | 0.84 | 0.28 | - |
| YUV | 20.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 26 | 5 | 0.46 | 0 | 0.81 | 0.90 | 94.29 | 0.68 | 0.06 |
| Hex | E | 1A | 5 | 2E | 0 | 51 | 5A | 5E | 44 | 6 |
| Octal | 16 | 32 | 5 | 56 | 0 | 121 | 132 | 136 | 104 | 6 |
| Binary | 1110 | 11010 | 101 | 101110 | 0 | 1010001 | 1011010 | 1011110 | 1000100 | 110 |
Color Harmonies of #0E1A05
Complementary color
Monochromatic Colors of #0E1A05
Black with #0E1A05
Text Example
Text Example
White with #0E1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1A05; }
p { color: rgb(14,26,5); }
H1.HeaderClassName
{
color: #0E1A05;
}
.AnyTagClassName
{
color: #0E1A05;
}
</style>
background-color css
<style>
a { background-color: #0E1A05; }
a { background-color: rgb(14,26,5); }
div.DivClassName
{
background-color: #0E1A05;
}
.BgClassName
{
background-color: #0E1A05;
}
</style>
border-color css
<style>
span { border-color: #0E1A05; }
span { border-color: rgb(14,26,5); }
td.TdClassName
{
border-color: #0E1A05;
}
.TagClassName
{
border-color: #0E1A05;
}
</style>