#2A775B

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

Shades of Amazon #2A775B

Tints of Amazon #2A775B

Color information

#2A775B (or 0x2A775B) is unknown color: approx Amazon. HEX triplet: 2A, 77 and 5B. RGB value is (42,119,91). Sum of RGB (Red+Green+Blue) = 42+119+91=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #2A775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A775B is #D588A4. Grayscale: #5C5C5C. Windows color (decimal): -13994149 or 5994282. OLE color: 5994282.

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

Color convert

RGB4211991-
CMYK0.6500.240.53
HSL158.18º47.83%31.57%-
HSV(B)158.18º64.71%46.67%-
XYZ9.4414.4412.19-
YUV92.78126.9991.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=16.67%
G=47.22%
B=36.11%

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
Decimal42119910.6500.240.53158.1847.8331.57
Hex2A775B41018359e3020
Octal52167133101030652366040
Binary10101011101111011011100000101100011010110011110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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