#142109

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

Shades of Pine Tree #142109

Tints of Pine Tree #142109

Color information

#142109 (or 0x142109) is unknown color: approx Pine Tree. HEX triplet: 14, 21 and 09. RGB value is (20,33,9). Sum of RGB (Red+Green+Blue) = 20+33+9=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #142109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142109 is #EBDEF6. Grayscale: #1A1A1A. Windows color (decimal): -15458039 or 598292. OLE color: 598292.

HSL color Cylindrical-coordinate representation of color #142109: hue angle of 92.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142109 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.87.

Color convert

RGB20339-
CMYK0.3900.730.87
HSL92.5º57.14%8.24%-
HSV(B)92.5º72.73%12.94%-
XYZ0.881.260.45-
YUV26.38118.19123.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 33 (13.28% from 255) = 53.23%
BLUE value IS 9 (3.91% from 255) = 14.52%
R=32.26%
G=53.23%
B=14.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal203390.3900.730.8792.557.148.24
Hex1421927049575c398
Octal2441114701111271347110
Binary10100100001100110011101001001101011110111001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142109; }

 p { color: rgb(20,33,9); }

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

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

 a { background-color: rgb(20,33,9); }

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

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

 span { border-color: rgb(20,33,9); }

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