#2E7753

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

Shades of Amazon #2E7753

Tints of Amazon #2E7753

Color information

#2E7753 (or 0x2E7753) is unknown color: approx Amazon. HEX triplet: 2E, 77 and 53. RGB value is (46,119,83). Sum of RGB (Red+Green+Blue) = 46+119+83=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7753 is #D188AC. Grayscale: #5D5D5D. Windows color (decimal): -13732013 or 5469998. OLE color: 5469998.

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

Color convert

RGB4611983-
CMYK0.6100.300.53
HSL150.41º44.24%32.35%-
HSV(B)150.41º61.34%46.67%-
XYZ9.2814.410.47-
YUV93.07122.3294.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.55%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=18.55%
G=47.98%
B=33.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119830.6100.300.53150.4144.2432.35
Hex2E77533D01E35962c20
Octal5616712375036652265440
Binary1011101110111101001111110101111011010110010110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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