#2A765A

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

Shades of Amazon #2A765A

Tints of Amazon #2A765A

Color information

#2A765A (or 0x2A765A) is unknown color: approx Amazon. HEX triplet: 2A, 76 and 5A. RGB value is (42,118,90). Sum of RGB (Red+Green+Blue) = 42+118+90=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #2A765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A765A is #D589A5. Grayscale: #5C5C5C. Windows color (decimal): -13994406 or 5928490. OLE color: 5928490.

HSL color Cylindrical-coordinate representation of color #2A765A: hue angle of 157.89º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A765A is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB4211890-
CMYK0.6400.240.54
HSL157.89º47.5%31.37%-
HSV(B)157.89º64.41%46.27%-
XYZ9.2814.1911.92-
YUV92.08126.8292.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.8%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 90 (35.55% from 255) = 36%
R=16.8%
G=47.2%
B=36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42118900.6400.240.54157.8947.531.37
Hex2A765A40018369e301f
Octal52166132100030662366037
Binary1010101110110101101010000000110001101101001111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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