#2A7D4A

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

Shades of Amazon #2A7D4A

Tints of Amazon #2A7D4A

Color information

#2A7D4A (or 0x2A7D4A) is unknown color: approx Amazon. HEX triplet: 2A, 7D and 4A. RGB value is (42,125,74). Sum of RGB (Red+Green+Blue) = 42+125+74=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7D4A is #D582B5. Grayscale: #5E5E5E. Windows color (decimal): -13992630 or 4881706. OLE color: 4881706.

HSL color Cylindrical-coordinate representation of color #2A7D4A: hue angle of 143.13º degrees, saturation: 0.5, 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 #2A7D4A is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB4212574-
CMYK0.6600.410.51
HSL143.13º49.7%32.75%-
HSV(B)143.13º66.4%49.02%-
XYZ9.5215.659-
YUV94.37116.590.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.43%
GREEN value IS 125 (49.22% from 255) = 51.87%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=17.43%
G=51.87%
B=30.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42125740.6600.410.51143.1349.732.75
Hex2A7D4A42029338f3221
Octal52175112102051632176241
Binary101010111110110010101000010010100111001110001111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,125,74); }

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

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

 a { background-color: rgb(42,125,74); }

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

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

 span { border-color: rgb(42,125,74); }

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