#2E7F4F

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

Shades of Amazon #2E7F4F

Tints of Amazon #2E7F4F

Color information

#2E7F4F (or 0x2E7F4F) is unknown color: approx Amazon. HEX triplet: 2E, 7F and 4F. RGB value is (46,127,79). Sum of RGB (Red+Green+Blue) = 46+127+79=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7F4F is #D180B0. Grayscale: #616161. Windows color (decimal): -13729969 or 5209902. OLE color: 5209902.

HSL color Cylindrical-coordinate representation of color #2E7F4F: hue angle of 144.44º 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 #2E7F4F is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB4612779-
CMYK0.6400.380.50
HSL144.44º46.82%33.92%-
HSV(B)144.44º63.78%49.8%-
XYZ10.1316.3210.01-
YUV97.31117.6691.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 127 (50% from 255) = 50.40%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=18.25%
G=50.40%
B=31.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127790.6400.380.50144.4446.8233.92
Hex2E7F4F4002632902f22
Octal56177117100046622205742
Binary101110111111110011111000000010011011001010010000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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