#29754B

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

Shades of Amazon #29754B

Tints of Amazon #29754B

Color information

#29754B (or 0x29754B) is unknown color: approx Amazon. HEX triplet: 29, 75 and 4B. RGB value is (41,117,75). Sum of RGB (Red+Green+Blue) = 41+117+75=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #29754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29754B is #D68AB4. Grayscale: #595959. Windows color (decimal): -14060213 or 4945193. OLE color: 4945193.

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

Color convert

RGB4111775-
CMYK0.6500.360.54
HSL146.84º48.1%30.98%-
HSV(B)146.84º64.96%45.88%-
XYZ8.5513.78.85-
YUV89.49119.8293.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 117 (46.09% from 255) = 50.21%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=17.60%
G=50.21%
B=32.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117750.6500.360.54146.8448.130.98
Hex29754B410243693301f
Octal51165113101044662236037
Binary10100111101011001011100000101001001101101001001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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