#141711

Color #141711 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #141711

Tints of Pine Tree #141711

Color information

#141711 (or 0x141711) is unknown color: approx 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

RGB202317-
CMYK0.1300.260.91
HSL90º15%7.84%-
HSV(B)90º26.09%9.02%-
XYZ0.70.80.65-
YUV21.42125.51126.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 23 (9.38% from 255) = 38.33%
BLUE value IS 17 (7.03% from 255) = 28.33%
R=33.33%
G=38.33%
B=28.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2023170.1300.260.9190157.84
Hex141711D01A5B5af8
Octal242721150321331321710
Binary10100101111000111010110101011011101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>