#2E7855

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

Shades of Amazon #2E7855

Tints of Amazon #2E7855

Color information

#2E7855 (or 0x2E7855) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 55. RGB value is (46,120,85). Sum of RGB (Red+Green+Blue) = 46+120+85=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7855 is #D187AA. Grayscale: #5D5D5D. Windows color (decimal): -13731755 or 5601326. OLE color: 5601326.

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

Color convert

RGB4612085-
CMYK0.6200.290.53
HSL151.62º44.58%32.55%-
HSV(B)151.62º61.67%47.06%-
XYZ9.4814.6710.93-
YUV93.88122.9893.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.33%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=18.33%
G=47.81%
B=33.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120850.6200.290.53151.6244.5832.55
Hex2E78553E01D35982d21
Octal5617012576035652305541
Binary1011101111000101010111111001110111010110011000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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