#2D7A51

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

Shades of Amazon #2D7A51

Tints of Amazon #2D7A51

Color information

#2D7A51 (or 0x2D7A51) is unknown color: approx Amazon. HEX triplet: 2D, 7A and 51. RGB value is (45,122,81). Sum of RGB (Red+Green+Blue) = 45+122+81=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7A51 is #D285AE. Grayscale: #5E5E5E. Windows color (decimal): -13796783 or 5339693. OLE color: 5339693.

HSL color Cylindrical-coordinate representation of color #2D7A51: hue angle of 148.05º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7A51 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB4512281-
CMYK0.6300.340.52
HSL148.05º46.11%32.75%-
HSV(B)148.05º63.11%47.84%-
XYZ9.5315.0710.19-
YUV94.3120.4992.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.15%
GREEN value IS 122 (48.05% from 255) = 49.19%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=18.15%
G=49.19%
B=32.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45122810.6300.340.52148.0546.1132.75
Hex2D7A513F02234942e21
Octal5517212177042642245641
Binary10110111110101010001111111010001011010010010100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,122,81); }

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

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

 a { background-color: rgb(45,122,81); }

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

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

 span { border-color: rgb(45,122,81); }

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