#29744A

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

Shades of Amazon #29744A

Tints of Amazon #29744A

Color information

#29744A (or 0x29744A) is unknown color: approx Amazon. HEX triplet: 29, 74 and 4A. RGB value is (41,116,74). Sum of RGB (Red+Green+Blue) = 41+116+74=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #29744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29744A is #D68BB5. Grayscale: #585858. Windows color (decimal): -14060470 or 4879401. OLE color: 4879401.

HSL color Cylindrical-coordinate representation of color #29744A: hue angle of 146.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29744A is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB4111674-
CMYK0.6500.360.55
HSL146.4º47.77%30.78%-
HSV(B)146.4º64.66%45.49%-
XYZ8.413.468.63-
YUV88.79119.6593.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=17.75%
G=50.22%
B=32.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41116740.6500.360.55146.447.7730.78
Hex29744A410243792301f
Octal51164112101044672226037
Binary10100111101001001010100000101001001101111001001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29744A; }

 p { color: rgb(41,116,74); }

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

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

 a { background-color: rgb(41,116,74); }

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

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

 span { border-color: rgb(41,116,74); }

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