#2E7D45

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

Shades of Amazon #2E7D45

Tints of Amazon #2E7D45

Color information

#2E7D45 (or 0x2E7D45) is unknown color: approx Amazon. HEX triplet: 2E, 7D and 45. RGB value is (46,125,69). Sum of RGB (Red+Green+Blue) = 46+125+69=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7D45 is #D182BA. Grayscale: #5F5F5F. Windows color (decimal): -13730491 or 4554030. OLE color: 4554030.

HSL color Cylindrical-coordinate representation of color #2E7D45: hue angle of 137.47º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7D45 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB4612569-
CMYK0.6300.450.51
HSL137.47º46.2%33.53%-
HSV(B)137.47º63.2%49.02%-
XYZ9.5315.688.15-
YUV95113.3393.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 125 (49.22% from 255) = 52.08%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=19.17%
G=52.08%
B=28.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46125690.6300.450.51137.4746.233.53
Hex2E7D453F02D33892e22
Octal5617510577055632115642
Binary10111011111011000101111111010110111001110001001101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,125,69); }

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

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

 a { background-color: rgb(46,125,69); }

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

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

 span { border-color: rgb(46,125,69); }

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