#2E7850

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

Shades of Amazon #2E7850

Tints of Amazon #2E7850

Color information

#2E7850 (or 0x2E7850) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 50. RGB value is (46,120,80). Sum of RGB (Red+Green+Blue) = 46+120+80=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7850 is #D187AF. Grayscale: #5D5D5D. Windows color (decimal): -13731760 or 5273646. OLE color: 5273646.

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

Color convert

RGB4612080-
CMYK0.6200.330.53
HSL147.57º44.58%32.55%-
HSV(B)147.57º61.67%47.06%-
XYZ9.2914.599.92-
YUV93.31120.4894.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.70%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=18.70%
G=48.78%
B=32.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120800.6200.330.53147.5744.5832.55
Hex2E78503E02135942d21
Octal5617012076041652245541
Binary10111011110001010000111110010000111010110010100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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