#29794D

Color #29794D Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #29794D

Tints of Amazon #29794D

Color information

#29794D (or 0x29794D) is unknown color: approx Amazon. HEX triplet: 29, 79 and 4D. RGB value is (41,121,77). Sum of RGB (Red+Green+Blue) = 41+121+77=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #29794D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29794D is #D686B2. Grayscale: #5C5C5C. Windows color (decimal): -14059187 or 5077289. OLE color: 5077289.

HSL color Cylindrical-coordinate representation of color #29794D: hue angle of 147º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29794D is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB4112177-
CMYK0.6600.360.53
HSL147º49.38%31.76%-
HSV(B)147º66.12%47.45%-
XYZ9.0914.689.38-
YUV92.06119.591.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 77 (30.47% from 255) = 32.22%
R=17.15%
G=50.63%
B=32.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121770.6600.360.5314749.3831.76
Hex29794D4202435933120
Octal51171115102044652236140
Binary101001111100110011011000010010010011010110010011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29794D; }

 p { color: rgb(41,121,77); }

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

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

 a { background-color: rgb(41,121,77); }

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

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

 span { border-color: rgb(41,121,77); }

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