#2A7252

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

Shades of Amazon #2A7252

Tints of Amazon #2A7252

Color information

#2A7252 (or 0x2A7252) is unknown color: approx Amazon. HEX triplet: 2A, 72 and 52. RGB value is (42,114,82). Sum of RGB (Red+Green+Blue) = 42+114+82=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7252 is #D58DAD. Grayscale: #585858. Windows color (decimal): -13995438 or 5403178. OLE color: 5403178.

HSL color Cylindrical-coordinate representation of color #2A7252: hue angle of 153.33º 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 #2A7252 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB4211482-
CMYK0.6300.280.55
HSL153.33º46.15%30.59%-
HSV(B)153.33º63.16%44.71%-
XYZ8.513.1410.07-
YUV88.82124.1594.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=17.65%
G=47.90%
B=34.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42114820.6300.280.55153.3346.1530.59
Hex2A72523F01C37992e1f
Octal5216212277034672315637
Binary101010111001010100101111110111001101111001100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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