#2D765B

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

Shades of Amazon #2D765B

Tints of Amazon #2D765B

Color information

#2D765B (or 0x2D765B) is unknown color: approx Amazon. HEX triplet: 2D, 76 and 5B. RGB value is (45,118,91). Sum of RGB (Red+Green+Blue) = 45+118+91=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #2D765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D765B is #D289A4. Grayscale: #5D5D5D. Windows color (decimal): -13797797 or 5994029. OLE color: 5994029.

HSL color Cylindrical-coordinate representation of color #2D765B: hue angle of 157.81º degrees, saturation: 0.45, 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 #2D765B is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB4511891-
CMYK0.6200.230.54
HSL157.81º44.79%31.96%-
HSV(B)157.81º61.86%46.27%-
XYZ9.4514.2712.15-
YUV93.09126.8293.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.72%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=17.72%
G=46.46%
B=35.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal45118910.6200.230.54157.8144.7931.96
Hex2D765B3E017369e2d20
Octal5516613376027662365540
Binary1011011110110101101111111001011111011010011110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,118,91); }

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

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

 a { background-color: rgb(45,118,91); }

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

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

 span { border-color: rgb(45,118,91); }

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