#297A45

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

Shades of Amazon #297A45

Tints of Amazon #297A45

Color information

#297A45 (or 0x297A45) is unknown color: approx Amazon. HEX triplet: 29, 7A and 45. RGB value is (41,122,69). Sum of RGB (Red+Green+Blue) = 41+122+69=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #297A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A45 is #D685BA. Grayscale: #5B5B5B. Windows color (decimal): -14058939 or 4553257. OLE color: 4553257.

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

Color convert

RGB4112269-
CMYK0.6600.430.52
HSL140.74º49.69%31.96%-
HSV(B)140.74º66.39%47.84%-
XYZ8.9514.828.02-
YUV91.74115.1691.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 122 (48.05% from 255) = 52.59%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=17.67%
G=52.59%
B=29.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122690.6600.430.52140.7449.6931.96
Hex297A454202B348d3220
Octal51172105102053642156240
Binary101001111101010001011000010010101111010010001101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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