#2A8049

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

Shades of Amazon #2A8049

Tints of Amazon #2A8049

Color information

#2A8049 (or 0x2A8049) is unknown color: approx Amazon. HEX triplet: 2A, 80 and 49. RGB value is (42,128,73). Sum of RGB (Red+Green+Blue) = 42+128+73=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #2A8049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8049 is #D57FB6. Grayscale: #606060. Windows color (decimal): -13991863 or 4816938. OLE color: 4816938.

HSL color Cylindrical-coordinate representation of color #2A8049: hue angle of 141.63º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A8049 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB4212873-
CMYK0.6700.430.50
HSL141.63º50.59%33.33%-
HSV(B)141.63º67.19%50.2%-
XYZ9.8816.418.95-
YUV96.02115.0189.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.28%
GREEN value IS 128 (50.39% from 255) = 52.67%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=17.28%
G=52.67%
B=30.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42128730.6700.430.50141.6350.5933.33
Hex2A80494302B328e3321
Octal52200111103053622166341
Binary1010101000000010010011000011010101111001010001110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,128,73); }

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

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

 a { background-color: rgb(42,128,73); }

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

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

 span { border-color: rgb(42,128,73); }

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