#2D784A

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

Shades of Amazon #2D784A

Tints of Amazon #2D784A

Color information

#2D784A (or 0x2D784A) is unknown color: approx Amazon. HEX triplet: 2D, 78 and 4A. RGB value is (45,120,74). Sum of RGB (Red+Green+Blue) = 45+120+74=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #2D784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D784A is #D287B5. Grayscale: #5C5C5C. Windows color (decimal): -13797302 or 4880429. OLE color: 4880429.

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

Color convert

RGB4512074-
CMYK0.6300.380.53
HSL143.2º45.45%32.35%-
HSV(B)143.2º62.5%47.06%-
XYZ9.0314.498.8-
YUV92.33117.6594.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.83%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=18.83%
G=50.21%
B=30.96%

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
Decimal45120740.6300.380.53143.245.4532.35
Hex2D784A3F026358f2d20
Octal5517011277046652175540
Binary10110111110001001010111111010011011010110001111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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