#141612

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

Shades of Pine Tree #141612

Tints of Pine Tree #141612

Color information

#141612 (or 0x141612) is unknown color: approx Pine Tree. HEX triplet: 14, 16 and 12. RGB value is (20,22,18). Sum of RGB (Red+Green+Blue) = 20+22+18=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 22 - color contains mainly: green. Hex color #141612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141612 is #EBE9ED. Grayscale: #141414. Windows color (decimal): -15460846 or 1185300. OLE color: 1185300.

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

Color convert

RGB202218-
CMYK0.0900.180.91
HSL90º10%7.84%-
HSV(B)90º18.18%8.63%-
XYZ0.680.770.68-
YUV20.95126.34127.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.33%
GREEN value IS 22 (8.98% from 255) = 36.67%
BLUE value IS 18 (7.42% from 255) = 30%
R=33.33%
G=36.67%
B=30%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2022180.0900.180.9190107.84
Hex14161290125B5aa8
Octal242622110221331321210
Binary10100101101001010010100101011011101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141612; }

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

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

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

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

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

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

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

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