#2E7758

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

Shades of Amazon #2E7758

Tints of Amazon #2E7758

Color information

#2E7758 (or 0x2E7758) is unknown color: approx Amazon. HEX triplet: 2E, 77 and 58. RGB value is (46,119,88). Sum of RGB (Red+Green+Blue) = 46+119+88=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7758 is #D188A7. Grayscale: #5D5D5D. Windows color (decimal): -13732008 or 5797678. OLE color: 5797678.

HSL color Cylindrical-coordinate representation of color #2E7758: hue angle of 154.52º 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 #2E7758 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB4611988-
CMYK0.6100.260.53
HSL154.52º44.24%32.35%-
HSV(B)154.52º61.34%46.67%-
XYZ9.4814.4811.53-
YUV93.64124.8294.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 119 (46.88% from 255) = 47.04%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=18.18%
G=47.04%
B=34.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119880.6100.260.53154.5244.2432.35
Hex2E77583D01A359b2c20
Octal5616713075032652335440
Binary1011101110111101100011110101101011010110011011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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