#2F754C

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

Shades of Amazon #2F754C

Tints of Amazon #2F754C

Color information

#2F754C (or 0x2F754C) is unknown color: approx Amazon. HEX triplet: 2F, 75 and 4C. RGB value is (47,117,76). Sum of RGB (Red+Green+Blue) = 47+117+76=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #2F754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F754C is #D08AB3. Grayscale: #5B5B5B. Windows color (decimal): -13666996 or 5010735. OLE color: 5010735.

HSL color Cylindrical-coordinate representation of color #2F754C: hue angle of 144.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2F754C is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB4711776-
CMYK0.6000.350.54
HSL144.86º42.68%32.16%-
HSV(B)144.86º59.83%45.88%-
XYZ8.8413.859.04-
YUV91.4119.3196.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.58%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=19.58%
G=48.75%
B=31.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal47117760.6000.350.54144.8642.6832.16
Hex2F754C3C02336912b20
Octal5716511474043662215340
Binary10111111101011001100111100010001111011010010001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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