#2F734C

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

Shades of Amazon #2F734C

Tints of Amazon #2F734C

Color information

#2F734C (or 0x2F734C) is unknown color: approx Amazon. HEX triplet: 2F, 73 and 4C. RGB value is (47,115,76). Sum of RGB (Red+Green+Blue) = 47+115+76=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #2F734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F734C is #D08CB3. Grayscale: #5A5A5A. Windows color (decimal): -13667508 or 5010223. OLE color: 5010223.

HSL color Cylindrical-coordinate representation of color #2F734C: hue angle of 145.59º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F734C is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB4711576-
CMYK0.5900.340.55
HSL145.59º41.98%31.76%-
HSV(B)145.59º59.13%45.1%-
XYZ8.6113.398.97-
YUV90.22119.9797.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.75%
GREEN value IS 115 (45.31% from 255) = 48.32%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=19.75%
G=48.32%
B=31.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47115760.5900.340.55145.5941.9831.76
Hex2F734C3B02237922a20
Octal5716311473042672225240
Binary10111111100111001100111011010001011011110010010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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