#2C784A

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

Shades of Amazon #2C784A

Tints of Amazon #2C784A

Color information

#2C784A (or 0x2C784A) is unknown color: approx Amazon. HEX triplet: 2C, 78 and 4A. RGB value is (44,120,74). Sum of RGB (Red+Green+Blue) = 44+120+74=238 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.49% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #2C784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C784A is #D387B5. Grayscale: #5C5C5C. Windows color (decimal): -13862838 or 4880428. OLE color: 4880428.

HSL color Cylindrical-coordinate representation of color #2C784A: hue angle of 143.68º 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 #2C784A is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB4412074-
CMYK0.6300.380.53
HSL143.68º46.34%32.16%-
HSV(B)143.68º63.33%47.06%-
XYZ8.9914.468.8-
YUV92.03117.8293.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.49%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=18.49%
G=50.42%
B=31.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44120740.6300.380.53143.6846.3432.16
Hex2C784A3F02635902e20
Octal5417011277046652205640
Binary10110011110001001010111111010011011010110010000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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