#141910

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

Shades of Pine Tree #141910

Tints of Pine Tree #141910

Color information

#141910 (or 0x141910) is unknown color: approx Pine Tree. HEX triplet: 14, 19 and 10. RGB value is (20,25,16). Sum of RGB (Red+Green+Blue) = 20+25+16=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 25 - color contains mainly: green. Hex color #141910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141910 is #EBE6EF. Grayscale: #161616. Windows color (decimal): -15460080 or 1054996. OLE color: 1054996.

HSL color Cylindrical-coordinate representation of color #141910: hue angle of 93.33º degrees, saturation: 0.22, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #141910 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.90.

Color convert

RGB202516-
CMYK0.2000.360.90
HSL93.33º21.95%8.04%-
HSV(B)93.33º36%9.8%-
XYZ0.730.880.62-
YUV22.48124.34126.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.79%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=32.79%
G=40.98%
B=26.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2025160.2000.360.9093.3321.958.04
Hex141910140245A5d168
Octal243120240441321352610
Binary10100110011000010100010010010110101011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141910; }

 p { color: rgb(20,25,16); }

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

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

 a { background-color: rgb(20,25,16); }

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

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

 span { border-color: rgb(20,25,16); }

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