#2E7859

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

Shades of Amazon #2E7859

Tints of Amazon #2E7859

Color information

#2E7859 (or 0x2E7859) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 59. RGB value is (46,120,89). Sum of RGB (Red+Green+Blue) = 46+120+89=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7859 is #D187A6. Grayscale: #5E5E5E. Windows color (decimal): -13731751 or 5863470. OLE color: 5863470.

HSL color Cylindrical-coordinate representation of color #2E7859: hue angle of 154.86º 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 #2E7859 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB4612089-
CMYK0.6200.260.53
HSL154.86º44.58%32.55%-
HSV(B)154.86º61.67%47.06%-
XYZ9.6514.7411.79-
YUV94.34124.9893.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=18.04%
G=47.06%
B=34.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120890.6200.260.53154.8644.5832.55
Hex2E78593E01A359b2d21
Octal5617013176032652335541
Binary1011101111000101100111111001101011010110011011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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