#2E7C46

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

Shades of Amazon #2E7C46

Tints of Amazon #2E7C46

Color information

#2E7C46 (or 0x2E7C46) is unknown color: approx Amazon. HEX triplet: 2E, 7C and 46. RGB value is (46,124,70). Sum of RGB (Red+Green+Blue) = 46+124+70=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7C46 is #D183B9. Grayscale: #5E5E5E. Windows color (decimal): -13730746 or 4619310. OLE color: 4619310.

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

Color convert

RGB4612470-
CMYK0.6300.440.51
HSL138.46º45.88%33.33%-
HSV(B)138.46º62.9%48.63%-
XYZ9.4415.448.28-
YUV94.52114.1693.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.17%
GREEN value IS 124 (48.83% from 255) = 51.67%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=19.17%
G=51.67%
B=29.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46124700.6300.440.51138.4645.8833.33
Hex2E7C463F02C338a2e21
Octal5617410677054632125641
Binary10111011111001000110111111010110011001110001010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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