#297E4A

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

Shades of Amazon #297E4A

Tints of Amazon #297E4A

Color information

#297E4A (or 0x297E4A) is unknown color: approx Amazon. HEX triplet: 29, 7E and 4A. RGB value is (41,126,74). Sum of RGB (Red+Green+Blue) = 41+126+74=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #297E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E4A is #D681B5. Grayscale: #5E5E5E. Windows color (decimal): -14057910 or 4881961. OLE color: 4881961.

HSL color Cylindrical-coordinate representation of color #297E4A: hue angle of 143.29º 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 #297E4A is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB4112674-
CMYK0.6700.410.51
HSL143.29º50.9%32.75%-
HSV(B)143.29º67.46%49.41%-
XYZ9.6115.899.04-
YUV94.66116.3489.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 126 (49.61% from 255) = 52.28%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=17.01%
G=52.28%
B=30.71%

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
Decimal41126740.6700.410.51143.2950.932.75
Hex297E4A43029338f3321
Octal51176112103051632176341
Binary101001111111010010101000011010100111001110001111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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