#2F724C

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

Shades of Amazon #2F724C

Tints of Amazon #2F724C

Color information

#2F724C (or 0x2F724C) is unknown color: approx Amazon. HEX triplet: 2F, 72 and 4C. RGB value is (47,114,76). Sum of RGB (Red+Green+Blue) = 47+114+76=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #2F724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F724C is #D08DB3. Grayscale: #595959. Windows color (decimal): -13667764 or 5009967. OLE color: 5009967.

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

Color convert

RGB4711476-
CMYK0.5900.330.55
HSL145.97º41.61%31.57%-
HSV(B)145.97º58.77%44.71%-
XYZ8.4913.168.93-
YUV89.64120.397.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=19.83%
G=48.10%
B=32.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114760.5900.330.55145.9741.6131.57
Hex2F724C3B02137922a20
Octal5716211473041672225240
Binary10111111100101001100111011010000111011110010010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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