#2A774A

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

Shades of Amazon #2A774A

Tints of Amazon #2A774A

Color information

#2A774A (or 0x2A774A) is unknown color: approx Amazon. HEX triplet: 2A, 77 and 4A. RGB value is (42,119,74). Sum of RGB (Red+Green+Blue) = 42+119+74=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #2A774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A774A is #D588B5. Grayscale: #5A5A5A. Windows color (decimal): -13994166 or 4880170. OLE color: 4880170.

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

Color convert

RGB4211974-
CMYK0.6500.380.53
HSL144.94º47.83%31.57%-
HSV(B)144.94º64.71%46.67%-
XYZ8.7914.188.75-
YUV90.85118.4993.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=17.87%
G=50.64%
B=31.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119740.6500.380.53144.9447.8331.57
Hex2A774A4102635913020
Octal52167112101046652216040
Binary101010111011110010101000001010011011010110010001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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