#141811

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

Shades of Pine Tree #141811

Tints of Pine Tree #141811

Color information

#141811 (or 0x141811) is unknown color: approx Pine Tree. HEX triplet: 14, 18 and 11. RGB value is (20,24,17). Sum of RGB (Red+Green+Blue) = 20+24+17=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #141811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141811 is #EBE7EE. Grayscale: #161616. Windows color (decimal): -15460335 or 1120276. OLE color: 1120276.

HSL color Cylindrical-coordinate representation of color #141811: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #141811 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB202417-
CMYK0.1700.290.91
HSL94.29º17.07%8.04%-
HSV(B)94.29º29.17%9.41%-
XYZ0.720.840.66-
YUV22.01125.17126.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.79%
GREEN value IS 24 (9.77% from 255) = 39.34%
BLUE value IS 17 (7.03% from 255) = 27.87%
R=32.79%
G=39.34%
B=27.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2024170.1700.290.9194.2917.078.04
Hex1418111101D5B5e118
Octal243021210351331362110
Binary1010011000100011000101110110110111011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141811; }

 p { color: rgb(20,24,17); }

 H1.HeaderClassName
 {
   color: #141811;
 }
 .AnyTagClassName
 {
   color: #141811;
 }
</style>
background-color css

<style>
 a { background-color: #141811; }

 a { background-color: rgb(20,24,17); }

 div.DivClassName
 {
   background-color: #141811;
 }
 .BgClassName
 {
   background-color: #141811;
 }
</style>
border-color css

<style>
 span { border-color: #141811; }

 span { border-color: rgb(20,24,17); }

 td.TdClassName
 {
   border-color: #141811;
 }
 .TagClassName
 {
   border-color: #141811;
 }
</style>