Shades of Pine Tree #0E1903
Tints of Pine Tree #0E1903
RGB
CMYK
RGB Variations
Color information
#0E1903 (or 0x0E1903) is known color: Pine Tree. HEX triplet: 0E, 19 and 03. RGB value is (14,25,3). Sum of RGB (Red+Green+Blue) = 14+25+3=42 (5% of max value = 765). Red value is 14 (5.86% from 255 or 33.33% from 42); Green value is 25 (10.16% from 255 or 59.52% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 25 - color contains mainly: green. Hex color #0E1903 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1903 is #F1E6FC. Grayscale: #131313. Windows color (decimal): -15853309 or 203022. OLE color: 203022.
HSL color Cylindrical-coordinate representation of color #0E1903: hue angle of 90º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E1903 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 25 | 3 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.90 |
| HSL | 90º | 0.79% | 0.05% | - |
| HSV(B) | 90º | 0.88% | 0.1% | - |
| XYZ | 0.55 | 0.8 | 0.21 | - |
| YUV | 19.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 25 | 3 | 0.44 | 0 | 0.88 | 0.90 | 90 | 0.79 | 0.05 |
| Hex | E | 19 | 3 | 2C | 0 | 58 | 5A | 5A | 4F | 5 |
| Octal | 16 | 31 | 3 | 54 | 0 | 130 | 132 | 132 | 117 | 5 |
| Binary | 1110 | 11001 | 11 | 101100 | 0 | 1011000 | 1011010 | 1011010 | 1001111 | 101 |
Color Harmonies of #0E1903
Complementary color
Monochromatic Colors of #0E1903
Black with #0E1903
Text Example
Text Example
White with #0E1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1903; }
p { color: rgb(14,25,3); }
H1.HeaderClassName
{
color: #0E1903;
}
.AnyTagClassName
{
color: #0E1903;
}
</style>
background-color css
<style>
a { background-color: #0E1903; }
a { background-color: rgb(14,25,3); }
div.DivClassName
{
background-color: #0E1903;
}
.BgClassName
{
background-color: #0E1903;
}
</style>
border-color css
<style>
span { border-color: #0E1903; }
span { border-color: rgb(14,25,3); }
td.TdClassName
{
border-color: #0E1903;
}
.TagClassName
{
border-color: #0E1903;
}
</style>