#297F4A

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

Shades of Amazon #297F4A

Tints of Amazon #297F4A

Color information

#297F4A (or 0x297F4A) is unknown color: approx Amazon. HEX triplet: 29, 7F and 4A. RGB value is (41,127,74). Sum of RGB (Red+Green+Blue) = 41+127+74=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #297F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297F4A is #D680B5. Grayscale: #5F5F5F. Windows color (decimal): -14057654 or 4882217. OLE color: 4882217.

HSL color Cylindrical-coordinate representation of color #297F4A: hue angle of 143.02º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F4A is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB4112774-
CMYK0.6800.420.50
HSL143.02º51.19%32.94%-
HSV(B)143.02º67.72%49.8%-
XYZ9.7416.149.08-
YUV95.24116.0189.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 127 (50% from 255) = 52.48%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=16.94%
G=52.48%
B=30.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41127740.6800.420.50143.0251.1932.94
Hex297F4A4402A328f3321
Octal51177112104052622176341
Binary101001111111110010101000100010101011001010001111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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