#2A7449

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

Shades of Amazon #2A7449

Tints of Amazon #2A7449

Color information

#2A7449 (or 0x2A7449) is unknown color: approx Amazon. HEX triplet: 2A, 74 and 49. RGB value is (42,116,73). Sum of RGB (Red+Green+Blue) = 42+116+73=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #2A7449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7449 is #D58BB6. Grayscale: #595959. Windows color (decimal): -13994935 or 4813866. OLE color: 4813866.

HSL color Cylindrical-coordinate representation of color #2A7449: hue angle of 145.14º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7449 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB4211673-
CMYK0.6400.370.55
HSL145.14º46.84%30.98%-
HSV(B)145.14º63.79%45.49%-
XYZ8.413.468.46-
YUV88.97118.9894.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 73 (28.91% from 255) = 31.60%
R=18.18%
G=50.22%
B=31.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42116730.6400.370.55145.1446.8430.98
Hex2A74494002537912f1f
Octal52164111100045672215737
Binary10101011101001001001100000001001011101111001000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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