#297A44

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

Shades of Amazon #297A44

Tints of Amazon #297A44

Color information

#297A44 (or 0x297A44) is unknown color: approx Amazon. HEX triplet: 29, 7A and 44. RGB value is (41,122,68). Sum of RGB (Red+Green+Blue) = 41+122+68=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #297A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A44 is #D685BB. Grayscale: #5B5B5B. Windows color (decimal): -14058940 or 4487721. OLE color: 4487721.

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

Color convert

RGB4112268-
CMYK0.6600.440.52
HSL140º49.69%31.96%-
HSV(B)140º66.39%47.84%-
XYZ8.9214.817.86-
YUV91.62114.6691.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 122 (48.05% from 255) = 52.81%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=17.75%
G=52.81%
B=29.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122680.6600.440.5214049.6931.96
Hex297A444202C348c3220
Octal51172104102054642146240
Binary101001111101010001001000010010110011010010001100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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