#2E7C5E

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

Shades of Amazon #2E7C5E

Tints of Amazon #2E7C5E

Color information

#2E7C5E (or 0x2E7C5E) is unknown color: approx Amazon. HEX triplet: 2E, 7C and 5E. RGB value is (46,124,94). Sum of RGB (Red+Green+Blue) = 46+124+94=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 124 (48.83% from 255 or 46.97% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C5E is #D183A1. Grayscale: #616161. Windows color (decimal): -13730722 or 6192174. OLE color: 6192174.

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

Color convert

RGB4612494-
CMYK0.6300.240.51
HSL156.92º45.88%33.33%-
HSV(B)156.92º62.9%48.63%-
XYZ10.3515.813.09-
YUV97.26126.1691.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.42%
GREEN value IS 124 (48.83% from 255) = 46.97%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=17.42%
G=46.97%
B=35.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46124940.6300.240.51156.9245.8833.33
Hex2E7C5E3F018339d2e21
Octal5617413677030632355641
Binary1011101111100101111011111101100011001110011101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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