Shades of Pine Tree #141711
Tints of Pine Tree #141711
RGB
CMYK
RGB Variations
Color information
#141711 (or 0x141711) is known color: Pine Tree. HEX triplet: 14, 17 and 11. RGB value is (20,23,17). Sum of RGB (Red+Green+Blue) = 20+23+17=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 23 - color contains mainly: green. Hex color #141711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141711 is #EBE8EE. Grayscale: #151515. Windows color (decimal): -15460591 or 1120020. OLE color: 1120020.
HSL color Cylindrical-coordinate representation of color #141711: hue angle of 90º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #141711 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 20 | 23 | 17 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.91 |
| HSL | 90º | 0.15% | 0.08% | - |
| HSV(B) | 90º | 0.26% | 0.09% | - |
| XYZ | 0.7 | 0.8 | 0.65 | - |
| YUV | 21.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 17 | 0.13 | 0 | 0.26 | 0.91 | 90 | 0.15 | 0.08 |
| Hex | 14 | 17 | 11 | D | 0 | 1A | 5B | 5A | F | 8 |
| Octal | 24 | 27 | 21 | 15 | 0 | 32 | 133 | 132 | 17 | 10 |
| Binary | 10100 | 10111 | 10001 | 1101 | 0 | 11010 | 1011011 | 1011010 | 1111 | 1000 |
Color Harmonies of #141711
Complementary color
Monochromatic Colors of #141711
Black with #141711
Text Example
Text Example
White with #141711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141711; }
p { color: rgb(20,23,17); }
H1.HeaderClassName
{
color: #141711;
}
.AnyTagClassName
{
color: #141711;
}
</style>
background-color css
<style>
a { background-color: #141711; }
a { background-color: rgb(20,23,17); }
div.DivClassName
{
background-color: #141711;
}
.BgClassName
{
background-color: #141711;
}
</style>
border-color css
<style>
span { border-color: #141711; }
span { border-color: rgb(20,23,17); }
td.TdClassName
{
border-color: #141711;
}
.TagClassName
{
border-color: #141711;
}
</style>