#141911

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

Shades of Pine Tree #141911

Tints of Pine Tree #141911

Color information

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

RGB202517-
CMYK0.2000.320.90
HSL97.5º19.05%8.24%-
HSV(B)97.5º32%9.8%-
XYZ0.740.880.66-
YUV22.59124.84126.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=32.26%
G=40.32%
B=27.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2025170.2000.320.9097.519.058.24
Hex141911140205A61138
Octal243121240401321412310
Binary10100110011000110100010000010110101100001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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