#2F744E

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

Shades of Amazon #2F744E

Tints of Amazon #2F744E

Color information

#2F744E (or 0x2F744E) is unknown color: approx Amazon. HEX triplet: 2F, 74 and 4E. RGB value is (47,116,78). Sum of RGB (Red+Green+Blue) = 47+116+78=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #2F744E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F744E is #D08BB1. Grayscale: #5B5B5B. Windows color (decimal): -13667250 or 5141551. OLE color: 5141551.

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

Color convert

RGB4711678-
CMYK0.5900.330.55
HSL146.96º42.33%31.96%-
HSV(B)146.96º59.48%45.49%-
XYZ8.7913.659.38-
YUV91.04120.6496.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 116 (45.70% from 255) = 48.13%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=19.50%
G=48.13%
B=32.37%

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
Decimal47116780.5900.330.55146.9642.3331.96
Hex2F744E3B02137932a20
Octal5716411673041672235240
Binary10111111101001001110111011010000111011110010011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,116,78); }

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

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

 a { background-color: rgb(47,116,78); }

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

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

 span { border-color: rgb(47,116,78); }

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