#2F775D

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

Shades of Amazon #2F775D

Tints of Amazon #2F775D

Color information

#2F775D (or 0x2F775D) is unknown color: approx Amazon. HEX triplet: 2F, 77 and 5D. RGB value is (47,119,93). Sum of RGB (Red+Green+Blue) = 47+119+93=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #2F775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F775D is #D088A2. Grayscale: #5E5E5E. Windows color (decimal): -13666467 or 6125359. OLE color: 6125359.

HSL color Cylindrical-coordinate representation of color #2F775D: hue angle of 158.33º 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 #2F775D is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB4711993-
CMYK0.6100.220.53
HSL158.33º43.37%32.55%-
HSV(B)158.33º60.5%46.67%-
XYZ9.7414.5912.66-
YUV94.51127.1594.11-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.15%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=18.15%
G=45.95%
B=35.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47119930.6100.220.53158.3343.3732.55
Hex2F775D3D016359e2b21
Octal5716713575026652365341
Binary1011111110111101110111110101011011010110011110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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