#297A56

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

Shades of Amazon #297A56

Tints of Amazon #297A56

Color information

#297A56 (or 0x297A56) is unknown color: approx Amazon. HEX triplet: 29, 7A and 56. RGB value is (41,122,86). Sum of RGB (Red+Green+Blue) = 41+122+86=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #297A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A56 is #D685A9. Grayscale: #5D5D5D. Windows color (decimal): -14058922 or 5667369. OLE color: 5667369.

HSL color Cylindrical-coordinate representation of color #297A56: hue angle of 153.33º 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 #297A56 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB4112286-
CMYK0.6600.300.52
HSL153.33º49.69%31.96%-
HSV(B)153.33º66.39%47.84%-
XYZ9.5515.0611.21-
YUV93.68123.6690.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 122 (48.05% from 255) = 49.00%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=16.47%
G=49.00%
B=34.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122860.6600.300.52153.3349.6931.96
Hex297A564201E34993220
Octal51172126102036642316240
Binary10100111110101010110100001001111011010010011001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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