#2A7857

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

Shades of Amazon #2A7857

Tints of Amazon #2A7857

Color information

#2A7857 (or 0x2A7857) is unknown color: approx Amazon. HEX triplet: 2A, 78 and 57. RGB value is (42,120,87). Sum of RGB (Red+Green+Blue) = 42+120+87=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #2A7857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7857 is #D587A8. Grayscale: #5C5C5C. Windows color (decimal): -13993897 or 5732394. OLE color: 5732394.

HSL color Cylindrical-coordinate representation of color #2A7857: hue angle of 154.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7857 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB4212087-
CMYK0.6500.280.53
HSL154.62º48.15%31.76%-
HSV(B)154.62º65%47.06%-
XYZ9.3914.6111.34-
YUV92.92124.6691.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 120 (47.27% from 255) = 48.19%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=16.87%
G=48.19%
B=34.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120870.6500.280.53154.6248.1531.76
Hex2A78574101C359b3020
Octal52170127101034652336040
Binary10101011110001010111100000101110011010110011011110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,120,87); }

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

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

 a { background-color: rgb(42,120,87); }

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

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

 span { border-color: rgb(42,120,87); }

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