#29774B

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

Shades of Amazon #29774B

Tints of Amazon #29774B

Color information

#29774B (or 0x29774B) is unknown color: approx Amazon. HEX triplet: 29, 77 and 4B. RGB value is (41,119,75). Sum of RGB (Red+Green+Blue) = 41+119+75=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #29774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29774B is #D688B4. Grayscale: #5A5A5A. Windows color (decimal): -14059701 or 4945705. OLE color: 4945705.

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

Color convert

RGB4111975-
CMYK0.6600.370.53
HSL146.15º48.75%31.37%-
HSV(B)146.15º65.55%46.67%-
XYZ8.7814.178.93-
YUV90.66119.1692.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.45%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=17.45%
G=50.64%
B=31.91%

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
Decimal41119750.6600.370.53146.1548.7531.37
Hex29774B420253592311f
Octal51167113102045652226137
Binary10100111101111001011100001001001011101011001001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29774B; }

 p { color: rgb(41,119,75); }

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

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

 a { background-color: rgb(41,119,75); }

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

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

 span { border-color: rgb(41,119,75); }

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