#2E7857

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

Shades of Amazon #2E7857

Tints of Amazon #2E7857

Color information

#2E7857 (or 0x2E7857) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 57. RGB value is (46,120,87). Sum of RGB (Red+Green+Blue) = 46+120+87=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7857 is #D187A8. Grayscale: #5E5E5E. Windows color (decimal): -13731753 or 5732398. OLE color: 5732398.

HSL color Cylindrical-coordinate representation of color #2E7857: hue angle of 153.24º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7857 is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB4612087-
CMYK0.6200.280.53
HSL153.24º44.58%32.55%-
HSV(B)153.24º61.67%47.06%-
XYZ9.5614.711.35-
YUV94.11123.9893.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 87 (34.38% from 255) = 34.39%
R=18.18%
G=47.43%
B=34.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120870.6200.280.53153.2444.5832.55
Hex2E78573E01C35992d21
Octal5617012776034652315541
Binary1011101111000101011111111001110011010110011001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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