#2A7C56

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

Shades of Amazon #2A7C56

Tints of Amazon #2A7C56

Color information

#2A7C56 (or 0x2A7C56) is unknown color: approx Amazon. HEX triplet: 2A, 7C and 56. RGB value is (42,124,86). Sum of RGB (Red+Green+Blue) = 42+124+86=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 124 (48.83% from 255 or 49.21% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7C56 is #D583A9. Grayscale: #5F5F5F. Windows color (decimal): -13992874 or 5667882. OLE color: 5667882.

HSL color Cylindrical-coordinate representation of color #2A7C56: hue angle of 152.2º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7C56 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB4212486-
CMYK0.6600.310.51
HSL152.2º49.4%32.55%-
HSV(B)152.2º66.13%48.63%-
XYZ9.8415.5811.29-
YUV95.15122.8390.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 124 (48.83% from 255) = 49.21%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=16.67%
G=49.21%
B=34.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42124860.6600.310.51152.249.432.55
Hex2A7C564201F33983121
Octal52174126102037632306141
Binary10101011111001010110100001001111111001110011000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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