#2E7559

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

Shades of Amazon #2E7559

Tints of Amazon #2E7559

Color information

#2E7559 (or 0x2E7559) is unknown color: approx Amazon. HEX triplet: 2E, 75 and 59. RGB value is (46,117,89). Sum of RGB (Red+Green+Blue) = 46+117+89=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7559 is #D18AA6. Grayscale: #5C5C5C. Windows color (decimal): -13732519 or 5862702. OLE color: 5862702.

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

Color convert

RGB4611789-
CMYK0.6100.240.54
HSL156.34º43.56%31.96%-
HSV(B)156.34º60.68%45.88%-
XYZ9.2914.0211.67-
YUV92.58125.9894.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=18.25%
G=46.43%
B=35.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal46117890.6100.240.54156.3443.5631.96
Hex2E75593D018369c2c20
Octal5616513175030662345440
Binary1011101110101101100111110101100011011010011100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,117,89); }

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

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

 a { background-color: rgb(46,117,89); }

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

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

 span { border-color: rgb(46,117,89); }

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