#2A7959

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

Shades of Amazon #2A7959

Tints of Amazon #2A7959

Color information

#2A7959 (or 0x2A7959) is unknown color: approx Amazon. HEX triplet: 2A, 79 and 59. RGB value is (42,121,89). Sum of RGB (Red+Green+Blue) = 42+121+89=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7959 is #D586A6. Grayscale: #5D5D5D. Windows color (decimal): -13993639 or 5863722. OLE color: 5863722.

HSL color Cylindrical-coordinate representation of color #2A7959: hue angle of 155.7º 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 #2A7959 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB4212189-
CMYK0.6500.260.53
HSL155.7º48.47%31.96%-
HSV(B)155.7º65.29%47.45%-
XYZ9.614.8911.82-
YUV93.73125.3391.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=16.67%
G=48.02%
B=35.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121890.6500.260.53155.748.4731.96
Hex2A79594101A359c3020
Octal52171131101032652346040
Binary10101011110011011001100000101101011010110011100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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