#2A7A4E

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

Shades of Amazon #2A7A4E

Tints of Amazon #2A7A4E

Color information

#2A7A4E (or 0x2A7A4E) is unknown color: approx Amazon. HEX triplet: 2A, 7A and 4E. RGB value is (42,122,78). Sum of RGB (Red+Green+Blue) = 42+122+78=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7A4E is #D585B1. Grayscale: #5D5D5D. Windows color (decimal): -13993394 or 5143082. OLE color: 5143082.

HSL color Cylindrical-coordinate representation of color #2A7A4E: hue angle of 147º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7A4E is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB4212278-
CMYK0.6600.360.52
HSL147º48.78%32.16%-
HSV(B)147º65.57%47.84%-
XYZ9.2914.969.61-
YUV93.06119.591.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.36%
GREEN value IS 122 (48.05% from 255) = 50.41%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=17.36%
G=50.41%
B=32.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal42122780.6600.360.5214748.7832.16
Hex2A7A4E4202434933120
Octal52172116102044642236140
Binary101010111101010011101000010010010011010010010011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,122,78); }

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

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

 a { background-color: rgb(42,122,78); }

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

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

 span { border-color: rgb(42,122,78); }

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