#2A7956

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

Shades of Amazon #2A7956

Tints of Amazon #2A7956

Color information

#2A7956 (or 0x2A7956) is unknown color: approx Amazon. HEX triplet: 2A, 79 and 56. RGB value is (42,121,86). Sum of RGB (Red+Green+Blue) = 42+121+86=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #2A7956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7956 is #D586A9. Grayscale: #5D5D5D. Windows color (decimal): -13993642 or 5667114. OLE color: 5667114.

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

Color convert

RGB4212186-
CMYK0.6500.290.53
HSL153.42º48.47%31.96%-
HSV(B)153.42º65.29%47.45%-
XYZ9.4714.8411.17-
YUV93.39123.8391.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 121 (47.66% from 255) = 48.59%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=16.87%
G=48.59%
B=34.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal42121860.6500.290.53153.4248.4731.96
Hex2A79564101D35993020
Octal52171126101035652316040
Binary10101011110011010110100000101110111010110011001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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