#29794C

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

Shades of Amazon #29794C

Tints of Amazon #29794C

Color information

#29794C (or 0x29794C) is unknown color: approx Amazon. HEX triplet: 29, 79 and 4C. RGB value is (41,121,76). Sum of RGB (Red+Green+Blue) = 41+121+76=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #29794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29794C is #D686B3. Grayscale: #5C5C5C. Windows color (decimal): -14059188 or 5011753. OLE color: 5011753.

HSL color Cylindrical-coordinate representation of color #29794C: hue angle of 146.25º 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 #29794C is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB4112176-
CMYK0.6600.370.53
HSL146.25º49.38%31.76%-
HSV(B)146.25º66.12%47.45%-
XYZ9.0614.679.19-
YUV91.9511991.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 121 (47.66% from 255) = 50.84%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=17.23%
G=50.84%
B=31.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121760.6600.370.53146.2549.3831.76
Hex29794C4202535923120
Octal51171114102045652226140
Binary101001111100110011001000010010010111010110010010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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