#2E7C5B

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

Shades of Amazon #2E7C5B

Tints of Amazon #2E7C5B

Color information

#2E7C5B (or 0x2E7C5B) is unknown color: approx Amazon. HEX triplet: 2E, 7C and 5B. RGB value is (46,124,91). Sum of RGB (Red+Green+Blue) = 46+124+91=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C5B is #D183A4. Grayscale: #606060. Windows color (decimal): -13730725 or 5995566. OLE color: 5995566.

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

Color convert

RGB4612491-
CMYK0.6300.270.51
HSL154.62º45.88%33.33%-
HSV(B)154.62º62.9%48.63%-
XYZ10.2215.7512.4-
YUV96.92124.6691.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.62%
GREEN value IS 124 (48.83% from 255) = 47.51%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=17.62%
G=47.51%
B=34.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46124910.6300.270.51154.6245.8833.33
Hex2E7C5B3F01B339b2e21
Octal5617413377033632335641
Binary1011101111100101101111111101101111001110011011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,124,91); }

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

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

 a { background-color: rgb(46,124,91); }

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

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

 span { border-color: rgb(46,124,91); }

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