#2E7749

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

Shades of Amazon #2E7749

Tints of Amazon #2E7749

Color information

#2E7749 (or 0x2E7749) is unknown color: approx Amazon. HEX triplet: 2E, 77 and 49. RGB value is (46,119,73). Sum of RGB (Red+Green+Blue) = 46+119+73=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7749 is #D188B6. Grayscale: #5C5C5C. Windows color (decimal): -13732023 or 4814638. OLE color: 4814638.

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

Color convert

RGB4611973-
CMYK0.6100.390.53
HSL142.19º44.24%32.35%-
HSV(B)142.19º61.34%46.67%-
XYZ8.9314.268.58-
YUV91.93117.3295.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.33%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=19.33%
G=50%
B=30.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46119730.6100.390.53142.1944.2432.35
Hex2E77493D027358e2c20
Octal5616711175047652165440
Binary10111011101111001001111101010011111010110001110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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