#2D7053

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

Shades of Amazon #2D7053

Tints of Amazon #2D7053

Color information

#2D7053 (or 0x2D7053) is unknown color: approx Amazon. HEX triplet: 2D, 70 and 53. RGB value is (45,112,83). Sum of RGB (Red+Green+Blue) = 45+112+83=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7053 is #D28FAC. Grayscale: #585858. Windows color (decimal): -13799341 or 5468205. OLE color: 5468205.

HSL color Cylindrical-coordinate representation of color #2D7053: hue angle of 154.03º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7053 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB4511283-
CMYK0.6000.260.56
HSL154.03º42.68%30.78%-
HSV(B)154.03º59.82%43.92%-
XYZ8.4412.7710.2-
YUV88.66124.896.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.75%
GREEN value IS 112 (44.14% from 255) = 46.67%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=18.75%
G=46.67%
B=34.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal45112830.6000.260.56154.0342.6830.78
Hex2D70533C01A389a2b1f
Octal5516012374032702325337
Binary101101111000010100111111000110101110001001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,112,83); }

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

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

 a { background-color: rgb(45,112,83); }

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

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

 span { border-color: rgb(45,112,83); }

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