#2E7757

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

Shades of Amazon #2E7757

Tints of Amazon #2E7757

Color information

#2E7757 (or 0x2E7757) is unknown color: approx Amazon. HEX triplet: 2E, 77 and 57. RGB value is (46,119,87). Sum of RGB (Red+Green+Blue) = 46+119+87=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7757 is #D188A8. Grayscale: #5D5D5D. Windows color (decimal): -13732009 or 5732142. OLE color: 5732142.

HSL color Cylindrical-coordinate representation of color #2E7757: hue angle of 153.7º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7757 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB4611987-
CMYK0.6100.270.53
HSL153.7º44.24%32.35%-
HSV(B)153.7º61.34%46.67%-
XYZ9.4414.4611.31-
YUV93.52124.3294.1-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=18.25%
G=47.22%
B=34.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119870.6100.270.53153.744.2432.35
Hex2E77573D01B359a2c20
Octal5616712775033652325440
Binary1011101110111101011111110101101111010110011010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E7757; }

 p { color: rgb(46,119,87); }

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

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

 a { background-color: rgb(46,119,87); }

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

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

 span { border-color: rgb(46,119,87); }

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