#2A7352

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

Shades of Amazon #2A7352

Tints of Amazon #2A7352

Color information

#2A7352 (or 0x2A7352) is unknown color: approx Amazon. HEX triplet: 2A, 73 and 52. RGB value is (42,115,82). Sum of RGB (Red+Green+Blue) = 42+115+82=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7352 is #D58CAD. Grayscale: #595959. Windows color (decimal): -13995182 or 5403434. OLE color: 5403434.

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

Color convert

RGB4211582-
CMYK0.6300.290.55
HSL152.88º46.5%30.78%-
HSV(B)152.88º63.48%45.1%-
XYZ8.6113.3610.11-
YUV89.41123.8294.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.57%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=17.57%
G=48.12%
B=34.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42115820.6300.290.55152.8846.530.78
Hex2A73523F01D37992e1f
Octal5216312277035672315637
Binary101010111001110100101111110111011101111001100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,115,82); }

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

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

 a { background-color: rgb(42,115,82); }

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

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

 span { border-color: rgb(42,115,82); }

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