#297A5A

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

Shades of Amazon #297A5A

Tints of Amazon #297A5A

Color information

#297A5A (or 0x297A5A) is unknown color: approx Amazon. HEX triplet: 29, 7A and 5A. RGB value is (41,122,90). Sum of RGB (Red+Green+Blue) = 41+122+90=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #297A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A5A is #D685A5. Grayscale: #5E5E5E. Windows color (decimal): -14058918 or 5929513. OLE color: 5929513.

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

Color convert

RGB4112290-
CMYK0.6600.260.52
HSL156.3º49.69%31.96%-
HSV(B)156.3º66.39%47.84%-
XYZ9.7215.1312.08-
YUV94.13125.6690.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 122 (48.05% from 255) = 48.22%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=16.21%
G=48.22%
B=35.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122900.6600.260.52156.349.6931.96
Hex297A5A4201A349c3220
Octal51172132102032642346240
Binary10100111110101011010100001001101011010010011100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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