#2C7758

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

Shades of Amazon #2C7758

Tints of Amazon #2C7758

Color information

#2C7758 (or 0x2C7758) is unknown color: approx Amazon. HEX triplet: 2C, 77 and 58. RGB value is (44,119,88). Sum of RGB (Red+Green+Blue) = 44+119+88=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #2C7758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7758 is #D388A7. Grayscale: #5D5D5D. Windows color (decimal): -13863080 or 5797676. OLE color: 5797676.

HSL color Cylindrical-coordinate representation of color #2C7758: hue angle of 155.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C7758 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB4411988-
CMYK0.6300.260.53
HSL155.2º46.01%31.96%-
HSV(B)155.2º63.03%46.67%-
XYZ9.414.4311.52-
YUV93.04125.1593.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.53%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=17.53%
G=47.41%
B=35.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44119880.6300.260.53155.246.0131.96
Hex2C77583F01A359b2e20
Octal5416713077032652335640
Binary1011001110111101100011111101101011010110011011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,119,88); }

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

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

 a { background-color: rgb(44,119,88); }

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

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

 span { border-color: rgb(44,119,88); }

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