#2A7C51

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

Shades of Amazon #2A7C51

Tints of Amazon #2A7C51

Color information

#2A7C51 (or 0x2A7C51) is unknown color: approx Amazon. HEX triplet: 2A, 7C and 51. RGB value is (42,124,81). Sum of RGB (Red+Green+Blue) = 42+124+81=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #2A7C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7C51 is #D583AE. Grayscale: #5E5E5E. Windows color (decimal): -13992879 or 5340202. OLE color: 5340202.

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

Color convert

RGB4212481-
CMYK0.6600.350.51
HSL148.54º49.4%32.55%-
HSV(B)148.54º66.13%48.63%-
XYZ9.6515.510.27-
YUV94.58120.3390.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.00%
GREEN value IS 124 (48.83% from 255) = 50.20%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=17.00%
G=50.20%
B=32.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal42124810.6600.350.51148.5449.432.55
Hex2A7C514202333953121
Octal52174121102043632256141
Binary101010111110010100011000010010001111001110010101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,124,81); }

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

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

 a { background-color: rgb(42,124,81); }

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

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

 span { border-color: rgb(42,124,81); }

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