#2F724D

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

Shades of Amazon #2F724D

Tints of Amazon #2F724D

Color information

#2F724D (or 0x2F724D) is unknown color: approx Amazon. HEX triplet: 2F, 72 and 4D. RGB value is (47,114,77). Sum of RGB (Red+Green+Blue) = 47+114+77=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #2F724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F724D is #D08DB2. Grayscale: #595959. Windows color (decimal): -13667763 or 5075503. OLE color: 5075503.

HSL color Cylindrical-coordinate representation of color #2F724D: hue angle of 146.87º 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 #2F724D is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB4711477-
CMYK0.5900.320.55
HSL146.87º41.61%31.57%-
HSV(B)146.87º58.77%44.71%-
XYZ8.5313.179.11-
YUV89.75120.897.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.75%
GREEN value IS 114 (44.92% from 255) = 47.90%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=19.75%
G=47.90%
B=32.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114770.5900.320.55146.8741.6131.57
Hex2F724D3B02037932a20
Octal5716211573040672235240
Binary10111111100101001101111011010000011011110010011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,114,77); }

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

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

 a { background-color: rgb(47,114,77); }

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

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

 span { border-color: rgb(47,114,77); }

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