#2E7856

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

Shades of Amazon #2E7856

Tints of Amazon #2E7856

Color information

#2E7856 (or 0x2E7856) is unknown color: approx Amazon. HEX triplet: 2E, 78 and 56. RGB value is (46,120,86). Sum of RGB (Red+Green+Blue) = 46+120+86=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7856 is #D187A9. Grayscale: #5E5E5E. Windows color (decimal): -13731754 or 5666862. OLE color: 5666862.

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

Color convert

RGB4612086-
CMYK0.6200.280.53
HSL152.43º44.58%32.55%-
HSV(B)152.43º61.67%47.06%-
XYZ9.5214.6911.14-
YUV94123.4893.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.25%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=18.25%
G=47.62%
B=34.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120860.6200.280.53152.4344.5832.55
Hex2E78563E01C35982d21
Octal5617012676034652305541
Binary1011101111000101011011111001110011010110011000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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