#141812

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

Shades of Pine Tree #141812

Tints of Pine Tree #141812

Color information

#141812 (or 0x141812) is unknown color: approx Pine Tree. HEX triplet: 14, 18 and 12. RGB value is (20,24,18). Sum of RGB (Red+Green+Blue) = 20+24+18=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 24 - color contains mainly: green. Hex color #141812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141812 is #EBE7ED. Grayscale: #161616. Windows color (decimal): -15460334 or 1185812. OLE color: 1185812.

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

Color convert

RGB202418-
CMYK0.1700.250.91
HSL100º14.29%8.24%-
HSV(B)100º25%9.41%-
XYZ0.720.850.7-
YUV22.12125.67126.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 24 (9.77% from 255) = 38.71%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=32.26%
G=38.71%
B=29.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2024180.1700.250.9110014.298.24
Hex141812110195B64e8
Octal243022210311331441610
Binary101001100010010100010110011011011110010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141812; }

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

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

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

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

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

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

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

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