#2E7853

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

Shades of Amazon #2E7853

Tints of Amazon #2E7853

Color information

#2E7853 (or 0x2E7853) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 53. RGB value is (46,120,83). Sum of RGB (Red+Green+Blue) = 46+120+83=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7853 is #D187AC. Grayscale: #5D5D5D. Windows color (decimal): -13731757 or 5470254. OLE color: 5470254.

HSL color Cylindrical-coordinate representation of color #2E7853: hue angle of 150º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7853 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB4612083-
CMYK0.6200.310.53
HSL150º44.58%32.55%-
HSV(B)150º61.67%47.06%-
XYZ9.414.6410.51-
YUV93.66121.9894.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 83 (32.81% from 255) = 33.33%
R=18.47%
G=48.19%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120830.6200.310.5315044.5832.55
Hex2E78533E01F35962d21
Octal5617012376037652265541
Binary1011101111000101001111111001111111010110010110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,120,83); }

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

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

 a { background-color: rgb(46,120,83); }

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

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

 span { border-color: rgb(46,120,83); }

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