#2A764A

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

Shades of Amazon #2A764A

Tints of Amazon #2A764A

Color information

#2A764A (or 0x2A764A) is unknown color: approx Amazon. HEX triplet: 2A, 76 and 4A. RGB value is (42,118,74). Sum of RGB (Red+Green+Blue) = 42+118+74=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #2A764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A764A is #D589B5. Grayscale: #5A5A5A. Windows color (decimal): -13994422 or 4879914. OLE color: 4879914.

HSL color Cylindrical-coordinate representation of color #2A764A: hue angle of 145.26º 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 #2A764A is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB4211874-
CMYK0.6400.370.54
HSL145.26º47.5%31.37%-
HSV(B)145.26º64.41%46.27%-
XYZ8.6713.948.71-
YUV90.26118.8293.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.95%
GREEN value IS 118 (46.48% from 255) = 50.43%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=17.95%
G=50.43%
B=31.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42118740.6400.370.54145.2647.531.37
Hex2A764A400253691301f
Octal52166112100045662216037
Binary10101011101101001010100000001001011101101001000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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