#297F45

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

Shades of Amazon #297F45

Tints of Amazon #297F45

Color information

#297F45 (or 0x297F45) is unknown color: approx Amazon. HEX triplet: 29, 7F and 45. RGB value is (41,127,69). Sum of RGB (Red+Green+Blue) = 41+127+69=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 127 (50% from 255 or 53.59% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 127 - color contains mainly: green. Hex color #297F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297F45 is #D680BA. Grayscale: #5E5E5E. Windows color (decimal): -14057659 or 4554537. OLE color: 4554537.

HSL color Cylindrical-coordinate representation of color #297F45: hue angle of 139.53º 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 #297F45 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB4112769-
CMYK0.6800.460.50
HSL139.53º51.19%32.94%-
HSV(B)139.53º67.72%49.8%-
XYZ9.5816.088.23-
YUV94.67113.5189.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 127 (50% from 255) = 53.59%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=17.30%
G=53.59%
B=29.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41127690.6800.460.50139.5351.1932.94
Hex297F454402E328c3321
Octal51177105104056622146341
Binary101001111111110001011000100010111011001010001100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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