#2A785A

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

Shades of Amazon #2A785A

Tints of Amazon #2A785A

Color information

#2A785A (or 0x2A785A) is unknown color: approx Amazon. HEX triplet: 2A, 78 and 5A. RGB value is (42,120,90). Sum of RGB (Red+Green+Blue) = 42+120+90=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #2A785A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A785A is #D587A5. Grayscale: #5D5D5D. Windows color (decimal): -13993894 or 5929002. OLE color: 5929002.

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

Color convert

RGB4212090-
CMYK0.6500.250.53
HSL156.92º48.15%31.76%-
HSV(B)156.92º65%47.06%-
XYZ9.5214.6612-
YUV93.26126.1691.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=16.67%
G=47.62%
B=35.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120900.6500.250.53156.9248.1531.76
Hex2A785A41019359d3020
Octal52170132101031652356040
Binary10101011110001011010100000101100111010110011101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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