#2E7F50

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

Shades of Amazon #2E7F50

Tints of Amazon #2E7F50

Color information

#2E7F50 (or 0x2E7F50) is unknown color: approx Amazon. HEX triplet: 2E, 7F and 50. RGB value is (46,127,80). Sum of RGB (Red+Green+Blue) = 46+127+80=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F50 is #D180AF. Grayscale: #616161. Windows color (decimal): -13729968 or 5275438. OLE color: 5275438.

HSL color Cylindrical-coordinate representation of color #2E7F50: hue angle of 145.19º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E7F50 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB4612780-
CMYK0.6400.370.50
HSL145.19º46.82%33.92%-
HSV(B)145.19º63.78%49.8%-
XYZ10.1616.3410.21-
YUV97.42118.1691.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 127 (50% from 255) = 50.20%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=18.18%
G=50.20%
B=31.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127800.6400.370.50145.1946.8233.92
Hex2E7F504002532912f22
Octal56177120100045622215742
Binary101110111111110100001000000010010111001010010001101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,127,80); }

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

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

 a { background-color: rgb(46,127,80); }

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

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

 span { border-color: rgb(46,127,80); }

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