#297750

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

Shades of Amazon #297750

Tints of Amazon #297750

Color information

#297750 (or 0x297750) is unknown color: approx Amazon. HEX triplet: 29, 77 and 50. RGB value is (41,119,80). Sum of RGB (Red+Green+Blue) = 41+119+80=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #297750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297750 is #D688AF. Grayscale: #5B5B5B. Windows color (decimal): -14059696 or 5273385. OLE color: 5273385.

HSL color Cylindrical-coordinate representation of color #297750: hue angle of 150º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297750 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB4111980-
CMYK0.6600.330.53
HSL150º48.75%31.37%-
HSV(B)150º65.55%46.67%-
XYZ8.9614.249.87-
YUV91.23121.6692.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 119 (46.88% from 255) = 49.58%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=17.08%
G=49.58%
B=33.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41119800.6600.330.5315048.7531.37
Hex297750420213596311f
Octal51167120102041652266137
Binary10100111101111010000100001001000011101011001011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297750; }

 p { color: rgb(41,119,80); }

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

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

 a { background-color: rgb(41,119,80); }

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

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

 span { border-color: rgb(41,119,80); }

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