#141512

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

Shades of Pine Tree #141512

Tints of Pine Tree #141512

Color information

#141512 (or 0x141512) is unknown color: approx Pine Tree. HEX triplet: 14, 15 and 12. RGB value is (20,21,18). Sum of RGB (Red+Green+Blue) = 20+21+18=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 21 - color contains mainly: green. Hex color #141512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141512 is #EBEAED. Grayscale: #141414. Windows color (decimal): -15461102 or 1185044. OLE color: 1185044.

HSL color Cylindrical-coordinate representation of color #141512: hue angle of 80º degrees, saturation: 0.08, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #141512 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB202118-
CMYK0.0500.140.92
HSL80º7.69%7.65%-
HSV(B)80º14.29%8.24%-
XYZ0.670.730.68-
YUV20.36126.67127.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 18 (7.42% from 255) = 30.51%
R=33.90%
G=35.59%
B=30.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021180.0500.140.92807.697.65
Hex14151250E5C5088
Octal24252250161341201010
Binary101001010110010101011101011100101000010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141512; }

 p { color: rgb(20,21,18); }

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

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

 a { background-color: rgb(20,21,18); }

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

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

 span { border-color: rgb(20,21,18); }

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