#2C744A

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

Shades of Amazon #2C744A

Tints of Amazon #2C744A

Color information

#2C744A (or 0x2C744A) is unknown color: approx Amazon. HEX triplet: 2C, 74 and 4A. RGB value is (44,116,74). Sum of RGB (Red+Green+Blue) = 44+116+74=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #2C744A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C744A is #D38BB5. Grayscale: #595959. Windows color (decimal): -13863862 or 4879404. OLE color: 4879404.

HSL color Cylindrical-coordinate representation of color #2C744A: hue angle of 145º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C744A is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB4411674-
CMYK0.6200.360.55
HSL145º45%31.37%-
HSV(B)145º62.07%45.49%-
XYZ8.5213.528.64-
YUV89.68119.1595.42-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.80%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=18.80%
G=49.57%
B=31.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44116740.6200.360.551454531.37
Hex2C744A3E02437912d1f
Octal5416411276044672215537
Binary1011001110100100101011111001001001101111001000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,116,74); }

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

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

 a { background-color: rgb(44,116,74); }

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

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

 span { border-color: rgb(44,116,74); }

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