Shades of Pine Tree #0E130C
Tints of Pine Tree #0E130C
RGB
CMYK
RGB Variations
Color information
#0E130C (or 0x0E130C) is known color: Pine Tree. HEX triplet: 0E, 13 and 0C. RGB value is (14,19,12). Sum of RGB (Red+Green+Blue) = 14+19+12=45 (5% of max value = 765). Red value is 14 (5.86% from 255 or 31.11% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 19 - color contains mainly: green. Hex color #0E130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E130C is #F1ECF3. Grayscale: #101010. Windows color (decimal): -15854836 or 791310. OLE color: 791310.
HSL color Cylindrical-coordinate representation of color #0E130C: hue angle of 102.86º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0E130C is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 19 | 12 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.93 |
| HSL | 102.86º | 0.23% | 0.06% | - |
| HSV(B) | 102.86º | 0.37% | 0.07% | - |
| XYZ | 0.48 | 0.59 | 0.44 | - |
| YUV | 16.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 12 | 0.26 | 0 | 0.37 | 0.93 | 102.86 | 0.23 | 0.06 |
| Hex | E | 13 | C | 1A | 0 | 25 | 5D | 67 | 17 | 6 |
| Octal | 16 | 23 | 14 | 32 | 0 | 45 | 135 | 147 | 27 | 6 |
| Binary | 1110 | 10011 | 1100 | 11010 | 0 | 100101 | 1011101 | 1100111 | 10111 | 110 |
Color Harmonies of #0E130C
Complementary color
Monochromatic Colors of #0E130C
Black with #0E130C
Text Example
Text Example
White with #0E130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E130C; }
p { color: rgb(14,19,12); }
H1.HeaderClassName
{
color: #0E130C;
}
.AnyTagClassName
{
color: #0E130C;
}
</style>
background-color css
<style>
a { background-color: #0E130C; }
a { background-color: rgb(14,19,12); }
div.DivClassName
{
background-color: #0E130C;
}
.BgClassName
{
background-color: #0E130C;
}
</style>
border-color css
<style>
span { border-color: #0E130C; }
span { border-color: rgb(14,19,12); }
td.TdClassName
{
border-color: #0E130C;
}
.TagClassName
{
border-color: #0E130C;
}
</style>