#2F7752

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

Shades of Amazon #2F7752

Tints of Amazon #2F7752

Color information

#2F7752 (or 0x2F7752) is unknown color: approx Amazon. HEX triplet: 2F, 77 and 52. RGB value is (47,119,82). Sum of RGB (Red+Green+Blue) = 47+119+82=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #2F7752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7752 is #D088AD. Grayscale: #5D5D5D. Windows color (decimal): -13666478 or 5404463. OLE color: 5404463.

HSL color Cylindrical-coordinate representation of color #2F7752: hue angle of 149.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F7752 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB4711982-
CMYK0.6100.310.53
HSL149.17º43.37%32.55%-
HSV(B)149.17º60.5%46.67%-
XYZ9.2914.4110.27-
YUV93.25121.6595.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=18.95%
G=47.98%
B=33.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47119820.6100.310.53149.1743.3732.55
Hex2F77523D01F35952b21
Octal5716712275037652255341
Binary1011111110111101001011110101111111010110010101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,119,82); }

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

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

 a { background-color: rgb(47,119,82); }

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

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

 span { border-color: rgb(47,119,82); }

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