Shades of Pine Tree #0E1203
Tints of Pine Tree #0E1203
RGB
CMYK
RGB Variations
Color information
#0E1203 (or 0x0E1203) is known color: Pine Tree. HEX triplet: 0E, 12 and 03. RGB value is (14,18,3). Sum of RGB (Red+Green+Blue) = 14+18+3=35 (4% of max value = 765). Red value is 14 (5.86% from 255 or 40% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #0E1203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1203 is #F1EDFC. Grayscale: #0F0F0F. Windows color (decimal): -15855101 or 201230. OLE color: 201230.
HSL color Cylindrical-coordinate representation of color #0E1203: hue angle of 76º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E1203 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 18 | 3 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.93 |
| HSL | 76º | 0.71% | 0.04% | - |
| HSV(B) | 76º | 0.83% | 0.07% | - |
| XYZ | 0.41 | 0.53 | 0.17 | - |
| YUV | 15.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 3 | 0.22 | 0 | 0.83 | 0.93 | 76 | 0.71 | 0.04 |
| Hex | E | 12 | 3 | 16 | 0 | 53 | 5D | 4C | 47 | 4 |
| Octal | 16 | 22 | 3 | 26 | 0 | 123 | 135 | 114 | 107 | 4 |
| Binary | 1110 | 10010 | 11 | 10110 | 0 | 1010011 | 1011101 | 1001100 | 1000111 | 100 |
Color Harmonies of #0E1203
Complementary color
Monochromatic Colors of #0E1203
Black with #0E1203
Text Example
Text Example
White with #0E1203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1203; }
p { color: rgb(14,18,3); }
H1.HeaderClassName
{
color: #0E1203;
}
.AnyTagClassName
{
color: #0E1203;
}
</style>
background-color css
<style>
a { background-color: #0E1203; }
a { background-color: rgb(14,18,3); }
div.DivClassName
{
background-color: #0E1203;
}
.BgClassName
{
background-color: #0E1203;
}
</style>
border-color css
<style>
span { border-color: #0E1203; }
span { border-color: rgb(14,18,3); }
td.TdClassName
{
border-color: #0E1203;
}
.TagClassName
{
border-color: #0E1203;
}
</style>