#2A785B

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

Shades of Amazon #2A785B

Tints of Amazon #2A785B

Color information

#2A785B (or 0x2A785B) is unknown color: approx Amazon. HEX triplet: 2A, 78 and 5B. RGB value is (42,120,91). Sum of RGB (Red+Green+Blue) = 42+120+91=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #2A785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A785B is #D587A4. Grayscale: #5D5D5D. Windows color (decimal): -13993893 or 5994538. OLE color: 5994538.

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

Color convert

RGB4212091-
CMYK0.6500.240.53
HSL157.69º48.15%31.76%-
HSV(B)157.69º65%47.06%-
XYZ9.5614.6812.23-
YUV93.37126.6691.36-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=16.60%
G=47.43%
B=35.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42120910.6500.240.53157.6948.1531.76
Hex2A785B41018359e3020
Octal52170133101030652366040
Binary10101011110001011011100000101100011010110011110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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