#2A7945

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

Shades of Amazon #2A7945

Tints of Amazon #2A7945

Color information

#2A7945 (or 0x2A7945) is unknown color: approx Amazon. HEX triplet: 2A, 79 and 45. RGB value is (42,121,69). Sum of RGB (Red+Green+Blue) = 42+121+69=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7945 is #D586BA. Grayscale: #5B5B5B. Windows color (decimal): -13993659 or 4553002. OLE color: 4553002.

HSL color Cylindrical-coordinate representation of color #2A7945: hue angle of 140.51º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A7945 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB4212169-
CMYK0.6500.430.53
HSL140.51º48.47%31.96%-
HSV(B)140.51º65.29%47.45%-
XYZ8.8714.67.98-
YUV91.45115.3392.73-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 121 (47.66% from 255) = 52.16%
BLUE value IS 69 (27.34% from 255) = 29.74%
R=18.10%
G=52.16%
B=29.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121690.6500.430.53140.5148.4731.96
Hex2A79454102B358d3020
Octal52171105101053652156040
Binary101010111100110001011000001010101111010110001101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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