Shades of Pine Tree #0E1A09
Tints of Pine Tree #0E1A09
RGB
CMYK
RGB Variations
Color information
#0E1A09 (or 0x0E1A09) is known color: Pine Tree. HEX triplet: 0E, 1A and 09. RGB value is (14,26,9). Sum of RGB (Red+Green+Blue) = 14+26+9=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 26 (10.55% from 255 or 53.06% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A09 is #F1E5F6. Grayscale: #141414. Windows color (decimal): -15853047 or 596494. OLE color: 596494.
HSL color Cylindrical-coordinate representation of color #0E1A09: hue angle of 102.35º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E1A09 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 26 | 9 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.90 |
| HSL | 102.35º | 0.49% | 0.07% | - |
| HSV(B) | 102.35º | 0.65% | 0.1% | - |
| XYZ | 0.6 | 0.85 | 0.39 | - |
| YUV | 20.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 26 | 9 | 0.46 | 0 | 0.65 | 0.90 | 102.35 | 0.49 | 0.07 |
| Hex | E | 1A | 9 | 2E | 0 | 41 | 5A | 66 | 31 | 7 |
| Octal | 16 | 32 | 11 | 56 | 0 | 101 | 132 | 146 | 61 | 7 |
| Binary | 1110 | 11010 | 1001 | 101110 | 0 | 1000001 | 1011010 | 1100110 | 110001 | 111 |
Color Harmonies of #0E1A09
Complementary color
Monochromatic Colors of #0E1A09
Black with #0E1A09
Text Example
Text Example
White with #0E1A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1A09; }
p { color: rgb(14,26,9); }
H1.HeaderClassName
{
color: #0E1A09;
}
.AnyTagClassName
{
color: #0E1A09;
}
</style>
background-color css
<style>
a { background-color: #0E1A09; }
a { background-color: rgb(14,26,9); }
div.DivClassName
{
background-color: #0E1A09;
}
.BgClassName
{
background-color: #0E1A09;
}
</style>
border-color css
<style>
span { border-color: #0E1A09; }
span { border-color: rgb(14,26,9); }
td.TdClassName
{
border-color: #0E1A09;
}
.TagClassName
{
border-color: #0E1A09;
}
</style>