#2F774C

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

Shades of Amazon #2F774C

Tints of Amazon #2F774C

Color information

#2F774C (or 0x2F774C) is unknown color: approx Amazon. HEX triplet: 2F, 77 and 4C. RGB value is (47,119,76). Sum of RGB (Red+Green+Blue) = 47+119+76=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #2F774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F774C is #D088B3. Grayscale: #5C5C5C. Windows color (decimal): -13666484 or 5011247. OLE color: 5011247.

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

Color convert

RGB4711976-
CMYK0.6100.360.53
HSL144.17º43.37%32.55%-
HSV(B)144.17º60.5%46.67%-
XYZ9.0714.329.12-
YUV92.57118.6595.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 119 (46.88% from 255) = 49.17%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=19.42%
G=49.17%
B=31.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal47119760.6100.360.53144.1743.3732.55
Hex2F774C3D02435902b21
Octal5716711475044652205341
Binary10111111101111001100111101010010011010110010000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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