#297A51

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

Shades of Amazon #297A51

Tints of Amazon #297A51

Color information

#297A51 (or 0x297A51) is unknown color: approx Amazon. HEX triplet: 29, 7A and 51. RGB value is (41,122,81). Sum of RGB (Red+Green+Blue) = 41+122+81=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #297A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A51 is #D685AE. Grayscale: #5D5D5D. Windows color (decimal): -14058927 or 5339689. OLE color: 5339689.

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

Color convert

RGB4112281-
CMYK0.6600.340.52
HSL149.63º49.69%31.96%-
HSV(B)149.63º66.39%47.84%-
XYZ9.3614.9810.18-
YUV93.11121.1690.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 122 (48.05% from 255) = 50%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=16.80%
G=50%
B=33.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122810.6600.340.52149.6349.6931.96
Hex297A514202234963220
Octal51172121102042642266240
Binary101001111101010100011000010010001011010010010110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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