#2C784F

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

Shades of Amazon #2C784F

Tints of Amazon #2C784F

Color information

#2C784F (or 0x2C784F) is unknown color: approx Amazon. HEX triplet: 2C, 78 and 4F. RGB value is (44,120,79). Sum of RGB (Red+Green+Blue) = 44+120+79=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #2C784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C784F is #D387B0. Grayscale: #5C5C5C. Windows color (decimal): -13862833 or 5208108. OLE color: 5208108.

HSL color Cylindrical-coordinate representation of color #2C784F: hue angle of 147.63º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C784F is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB4412079-
CMYK0.6300.340.53
HSL147.63º46.34%32.16%-
HSV(B)147.63º63.33%47.06%-
XYZ9.1714.539.72-
YUV92.6120.3293.33-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.11%
GREEN value IS 120 (47.27% from 255) = 49.38%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=18.11%
G=49.38%
B=32.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44120790.6300.340.53147.6346.3432.16
Hex2C784F3F02235942e20
Octal5417011777042652245640
Binary10110011110001001111111111010001011010110010100101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,120,79); }

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

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

 a { background-color: rgb(44,120,79); }

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

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

 span { border-color: rgb(44,120,79); }

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