#2C724A

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

Shades of Amazon #2C724A

Tints of Amazon #2C724A

Color information

#2C724A (or 0x2C724A) is unknown color: approx Amazon. HEX triplet: 2C, 72 and 4A. RGB value is (44,114,74). Sum of RGB (Red+Green+Blue) = 44+114+74=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #2C724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C724A is #D38DB5. Grayscale: #585858. Windows color (decimal): -13864374 or 4878892. OLE color: 4878892.

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

Color convert

RGB4411474-
CMYK0.6100.350.55
HSL145.71º44.3%30.98%-
HSV(B)145.71º61.4%44.71%-
XYZ8.2913.068.56-
YUV88.51119.8196.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 74 (29.30% from 255) = 31.90%
R=18.97%
G=49.14%
B=31.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44114740.6100.350.55145.7144.330.98
Hex2C724A3D02337922c1f
Octal5416211275043672225437
Binary1011001110010100101011110101000111101111001001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C724A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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