#297A46

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

Shades of Amazon #297A46

Tints of Amazon #297A46

Color information

#297A46 (or 0x297A46) is unknown color: approx Amazon. HEX triplet: 29, 7A and 46. RGB value is (41,122,70). Sum of RGB (Red+Green+Blue) = 41+122+70=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #297A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A46 is #D685B9. Grayscale: #5B5B5B. Windows color (decimal): -14058938 or 4618793. OLE color: 4618793.

HSL color Cylindrical-coordinate representation of color #297A46: hue angle of 141.48º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A46 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB4112270-
CMYK0.6600.430.52
HSL141.48º49.69%31.96%-
HSV(B)141.48º66.39%47.84%-
XYZ8.9814.838.18-
YUV91.85115.6691.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 122 (48.05% from 255) = 52.36%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=17.60%
G=52.36%
B=30.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122700.6600.430.52141.4849.6931.96
Hex297A464202B348d3220
Octal51172106102053642156240
Binary101001111101010001101000010010101111010010001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297A46; }

 p { color: rgb(41,122,70); }

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

<style>
 a { background-color: #297A46; }

 a { background-color: rgb(41,122,70); }

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

<style>
 span { border-color: #297A46; }

 span { border-color: rgb(41,122,70); }

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