#2A774C

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

Shades of Amazon #2A774C

Tints of Amazon #2A774C

Color information

#2A774C (or 0x2A774C) is unknown color: approx Amazon. HEX triplet: 2A, 77 and 4C. RGB value is (42,119,76). Sum of RGB (Red+Green+Blue) = 42+119+76=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #2A774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A774C is #D588B3. Grayscale: #5B5B5B. Windows color (decimal): -13994164 or 5011242. OLE color: 5011242.

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

Color convert

RGB4211976-
CMYK0.6500.360.53
HSL146.49º47.83%31.57%-
HSV(B)146.49º64.71%46.67%-
XYZ8.8614.219.11-
YUV91.08119.4993-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.72%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=17.72%
G=50.21%
B=32.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42119760.6500.360.53146.4947.8331.57
Hex2A774C4102435923020
Octal52167114101044652226040
Binary101010111011110011001000001010010011010110010010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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