Shades of Pine Tree #141911
Tints of Pine Tree #141911
RGB
CMYK
RGB Variations
Color information
#141911 (or 0x141911) is known color: Pine Tree. HEX triplet: 14, 19 and 11. RGB value is (20,25,17). Sum of RGB (Red+Green+Blue) = 20+25+17=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 25 - color contains mainly: green. Hex color #141911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141911 is #EBE6EE. Grayscale: #161616. Windows color (decimal): -15460079 or 1120532. OLE color: 1120532.
HSL color Cylindrical-coordinate representation of color #141911: hue angle of 97.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #141911 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 20 | 25 | 17 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.90 |
| HSL | 97.5º | 0.19% | 0.08% | - |
| HSV(B) | 97.5º | 0.32% | 0.1% | - |
| XYZ | 0.74 | 0.88 | 0.66 | - |
| YUV | 22.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 17 | 0.20 | 0 | 0.32 | 0.90 | 97.5 | 0.19 | 0.08 |
| Hex | 14 | 19 | 11 | 14 | 0 | 20 | 5A | 62 | 13 | 8 |
| Octal | 24 | 31 | 21 | 24 | 0 | 40 | 132 | 142 | 23 | 10 |
| Binary | 10100 | 11001 | 10001 | 10100 | 0 | 100000 | 1011010 | 1100010 | 10011 | 1000 |
Color Harmonies of #141911
Complementary color
Monochromatic Colors of #141911
Black with #141911
Text Example
Text Example
White with #141911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141911; }
p { color: rgb(20,25,17); }
H1.HeaderClassName
{
color: #141911;
}
.AnyTagClassName
{
color: #141911;
}
</style>
background-color css
<style>
a { background-color: #141911; }
a { background-color: rgb(20,25,17); }
div.DivClassName
{
background-color: #141911;
}
.BgClassName
{
background-color: #141911;
}
</style>
border-color css
<style>
span { border-color: #141911; }
span { border-color: rgb(20,25,17); }
td.TdClassName
{
border-color: #141911;
}
.TagClassName
{
border-color: #141911;
}
</style>