#297D4A

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

Shades of Amazon #297D4A

Tints of Amazon #297D4A

Color information

#297D4A (or 0x297D4A) is unknown color: approx Amazon. HEX triplet: 29, 7D and 4A. RGB value is (41,125,74). Sum of RGB (Red+Green+Blue) = 41+125+74=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #297D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D4A is #D682B5. Grayscale: #5E5E5E. Windows color (decimal): -14058166 or 4881705. OLE color: 4881705.

HSL color Cylindrical-coordinate representation of color #297D4A: hue angle of 143.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297D4A is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB4112574-
CMYK0.6700.410.51
HSL143.57º50.6%32.55%-
HSV(B)143.57º67.2%49.02%-
XYZ9.4815.639-
YUV94.07116.6790.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 125 (49.22% from 255) = 52.08%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=17.08%
G=52.08%
B=30.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41125740.6700.410.51143.5750.632.55
Hex297D4A4302933903321
Octal51175112103051632206341
Binary101001111110110010101000011010100111001110010000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,125,74); }

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

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

 a { background-color: rgb(41,125,74); }

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

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

 span { border-color: rgb(41,125,74); }

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