#2E785C

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

Shades of Amazon #2E785C

Tints of Amazon #2E785C

Color information

#2E785C (or 0x2E785C) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 5C. RGB value is (46,120,92). Sum of RGB (Red+Green+Blue) = 46+120+92=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #2E785C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E785C is #D187A3. Grayscale: #5E5E5E. Windows color (decimal): -13731748 or 6060078. OLE color: 6060078.

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

Color convert

RGB4612092-
CMYK0.6200.230.53
HSL157.3º44.58%32.55%-
HSV(B)157.3º61.67%47.06%-
XYZ9.7714.7912.46-
YUV94.68126.4893.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.83%
GREEN value IS 120 (47.27% from 255) = 46.51%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=17.83%
G=46.51%
B=35.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120920.6200.230.53157.344.5832.55
Hex2E785C3E017359d2d21
Octal5617013476027652355541
Binary1011101111000101110011111001011111010110011101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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