#2A7C45

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

Shades of Amazon #2A7C45

Tints of Amazon #2A7C45

Color information

#2A7C45 (or 0x2A7C45) is unknown color: approx Amazon. HEX triplet: 2A, 7C and 45. RGB value is (42,124,69). Sum of RGB (Red+Green+Blue) = 42+124+69=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7C45 is #D583BA. Grayscale: #5D5D5D. Windows color (decimal): -13992891 or 4553770. OLE color: 4553770.

HSL color Cylindrical-coordinate representation of color #2A7C45: hue angle of 139.76º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7C45 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB4212469-
CMYK0.6600.440.51
HSL139.76º49.4%32.55%-
HSV(B)139.76º66.13%48.63%-
XYZ9.2415.348.1-
YUV93.21114.3391.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.87%
GREEN value IS 124 (48.83% from 255) = 52.77%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=17.87%
G=52.77%
B=29.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42124690.6600.440.51139.7649.432.55
Hex2A7C454202C338c3121
Octal52174105102054632146141
Binary101010111110010001011000010010110011001110001100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,124,69); }

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

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

 a { background-color: rgb(42,124,69); }

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

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

 span { border-color: rgb(42,124,69); }

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