Shades of Pine Tree #141E0E
Tints of Pine Tree #141E0E
RGB
CMYK
RGB Variations
Color information
#141E0E (or 0x141E0E) is known color: Pine Tree. HEX triplet: 14, 1E and 0E. RGB value is (20,30,14). Sum of RGB (Red+Green+Blue) = 20+30+14=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #141E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141E0E is #EBE1F1. Grayscale: #191919. Windows color (decimal): -15458802 or 925204. OLE color: 925204.
HSL color Cylindrical-coordinate representation of color #141E0E: hue angle of 97.5º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #141E0E is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 30 | 14 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.88 |
| HSL | 97.5º | 0.36% | 0.09% | - |
| HSV(B) | 97.5º | 0.53% | 0.12% | - |
| XYZ | 0.83 | 1.11 | 0.59 | - |
| YUV | 25.19 | 121.69 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 14 | 0.33 | 0 | 0.53 | 0.88 | 97.5 | 0.36 | 0.09 |
| Hex | 14 | 1E | E | 21 | 0 | 35 | 58 | 62 | 24 | 9 |
| Octal | 24 | 36 | 16 | 41 | 0 | 65 | 130 | 142 | 44 | 11 |
| Binary | 10100 | 11110 | 1110 | 100001 | 0 | 110101 | 1011000 | 1100010 | 100100 | 1001 |
Color Harmonies of #141E0E
Complementary color
Monochromatic Colors of #141E0E
Black with #141E0E
Text Example
Text Example
White with #141E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E0E; }
p { color: rgb(20,30,14); }
H1.HeaderClassName
{
color: #141E0E;
}
.AnyTagClassName
{
color: #141E0E;
}
</style>
background-color css
<style>
a { background-color: #141E0E; }
a { background-color: rgb(20,30,14); }
div.DivClassName
{
background-color: #141E0E;
}
.BgClassName
{
background-color: #141E0E;
}
</style>
border-color css
<style>
span { border-color: #141E0E; }
span { border-color: rgb(20,30,14); }
td.TdClassName
{
border-color: #141E0E;
}
.TagClassName
{
border-color: #141E0E;
}
</style>