#293220

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

Shades of Pine Tree #293220

Tints of Pine Tree #293220

Color information

#293220 (or 0x293220) is unknown color: approx Pine Tree. HEX triplet: 29, 32 and 20. RGB value is (41,50,32). Sum of RGB (Red+Green+Blue) = 41+50+32=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #293220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293220 is #D6CDDF. Grayscale: #2D2D2D. Windows color (decimal): -14077408 or 2109993. OLE color: 2109993.

HSL color Cylindrical-coordinate representation of color #293220: hue angle of 90º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #293220 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB415032-
CMYK0.1800.360.80
HSL90º21.95%16.08%-
HSV(B)90º36%19.61%-
XYZ2.322.861.8-
YUV45.26120.52124.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=33.33%
G=40.65%
B=26.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150320.1800.360.809021.9516.08
Hex29322012024505a1610
Octal516240220441201322620
Binary101001110010100000100100100100101000010110101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293220; }

 p { color: rgb(41,50,32); }

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

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

 a { background-color: rgb(41,50,32); }

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

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

 span { border-color: rgb(41,50,32); }

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