#2E7C4F

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

Shades of Amazon #2E7C4F

Tints of Amazon #2E7C4F

Color information

#2E7C4F (or 0x2E7C4F) is unknown color: approx Amazon. HEX triplet: 2E, 7C and 4F. RGB value is (46,124,79). Sum of RGB (Red+Green+Blue) = 46+124+79=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C4F is #D183B0. Grayscale: #5F5F5F. Windows color (decimal): -13730737 or 5209134. OLE color: 5209134.

HSL color Cylindrical-coordinate representation of color #2E7C4F: hue angle of 145.38º 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 #2E7C4F is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB4612479-
CMYK0.6300.360.51
HSL145.38º45.88%33.33%-
HSV(B)145.38º62.9%48.63%-
XYZ9.7515.569.89-
YUV95.55118.6692.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 124 (48.83% from 255) = 49.80%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=18.47%
G=49.80%
B=31.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46124790.6300.360.51145.3845.8833.33
Hex2E7C4F3F02433912e21
Octal5617411777044632215641
Binary10111011111001001111111111010010011001110010001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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