#2D7559

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

Shades of Amazon #2D7559

Tints of Amazon #2D7559

Color information

#2D7559 (or 0x2D7559) is unknown color: approx Amazon. HEX triplet: 2D, 75 and 59. RGB value is (45,117,89). Sum of RGB (Red+Green+Blue) = 45+117+89=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #2D7559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7559 is #D28AA6. Grayscale: #5C5C5C. Windows color (decimal): -13798055 or 5862701. OLE color: 5862701.

HSL color Cylindrical-coordinate representation of color #2D7559: hue angle of 156.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7559 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB4511789-
CMYK0.6200.240.54
HSL156.67º44.44%31.76%-
HSV(B)156.67º61.54%45.88%-
XYZ9.251411.67-
YUV92.28126.1594.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.93%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=17.93%
G=46.61%
B=35.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45117890.6200.240.54156.6744.4431.76
Hex2D75593E018369d2c20
Octal5516513176030662355440
Binary1011011110101101100111111001100011011010011101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,117,89); }

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

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

 a { background-color: rgb(45,117,89); }

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

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

 span { border-color: rgb(45,117,89); }

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