#2F724A

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

Shades of Amazon #2F724A

Tints of Amazon #2F724A

Color information

#2F724A (or 0x2F724A) is unknown color: approx Amazon. HEX triplet: 2F, 72 and 4A. RGB value is (47,114,74). Sum of RGB (Red+Green+Blue) = 47+114+74=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #2F724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F724A is #D08DB5. Grayscale: #595959. Windows color (decimal): -13667766 or 4878895. OLE color: 4878895.

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

Color convert

RGB4711474-
CMYK0.5900.350.55
HSL144.18º41.61%31.57%-
HSV(B)144.18º58.77%44.71%-
XYZ8.4313.138.57-
YUV89.41119.397.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=20%
G=48.51%
B=31.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114740.5900.350.55144.1841.6131.57
Hex2F724A3B02337902a20
Octal5716211273043672205240
Binary10111111100101001010111011010001111011110010000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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