Shades of Pine Tree #10140E
Tints of Pine Tree #10140E
RGB
CMYK
RGB Variations
Color information
#10140E (or 0x10140E) is known color: Pine Tree. HEX triplet: 10, 14 and 0E. RGB value is (16,20,14). Sum of RGB (Red+Green+Blue) = 16+20+14=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 20 - color contains mainly: green. Hex color #10140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10140E is #EFEBF1. Grayscale: #121212. Windows color (decimal): -15723506 or 922640. OLE color: 922640.
HSL color Cylindrical-coordinate representation of color #10140E: hue angle of 100º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #10140E is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 20 | 14 | - |
| CMYK | 0.20 | 0 | 0.30 | 0.92 |
| HSL | 100º | 0.18% | 0.07% | - |
| HSV(B) | 100º | 0.3% | 0.08% | - |
| XYZ | 0.54 | 0.64 | 0.51 | - |
| YUV | 18.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 14 | 0.20 | 0 | 0.30 | 0.92 | 100 | 0.18 | 0.07 |
| Hex | 10 | 14 | E | 14 | 0 | 1E | 5C | 64 | 12 | 7 |
| Octal | 20 | 24 | 16 | 24 | 0 | 36 | 134 | 144 | 22 | 7 |
| Binary | 10000 | 10100 | 1110 | 10100 | 0 | 11110 | 1011100 | 1100100 | 10010 | 111 |
Color Harmonies of #10140E
Complementary color
Monochromatic Colors of #10140E
Black with #10140E
Text Example
Text Example
White with #10140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10140E; }
p { color: rgb(16,20,14); }
H1.HeaderClassName
{
color: #10140E;
}
.AnyTagClassName
{
color: #10140E;
}
</style>
background-color css
<style>
a { background-color: #10140E; }
a { background-color: rgb(16,20,14); }
div.DivClassName
{
background-color: #10140E;
}
.BgClassName
{
background-color: #10140E;
}
</style>
border-color css
<style>
span { border-color: #10140E; }
span { border-color: rgb(16,20,14); }
td.TdClassName
{
border-color: #10140E;
}
.TagClassName
{
border-color: #10140E;
}
</style>