#2A7756

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

Shades of Amazon #2A7756

Tints of Amazon #2A7756

Color information

#2A7756 (or 0x2A7756) is unknown color: approx Amazon. HEX triplet: 2A, 77 and 56. RGB value is (42,119,86). Sum of RGB (Red+Green+Blue) = 42+119+86=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #2A7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7756 is #D588A9. Grayscale: #5C5C5C. Windows color (decimal): -13994154 or 5666602. OLE color: 5666602.

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

Color convert

RGB4211986-
CMYK0.6500.280.53
HSL154.29º47.83%31.57%-
HSV(B)154.29º64.71%46.67%-
XYZ9.2314.3611.09-
YUV92.22124.4992.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 119 (46.88% from 255) = 48.18%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=17.00%
G=48.18%
B=34.82%

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
Decimal42119860.6500.280.53154.2947.8331.57
Hex2A77564101C359a3020
Octal52167126101034652326040
Binary10101011101111010110100000101110011010110011010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,119,86); }

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

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

 a { background-color: rgb(42,119,86); }

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

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

 span { border-color: rgb(42,119,86); }

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