#29784E

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

Shades of Amazon #29784E

Tints of Amazon #29784E

Color information

#29784E (or 0x29784E) is unknown color: approx Amazon. HEX triplet: 29, 78 and 4E. RGB value is (41,120,78). Sum of RGB (Red+Green+Blue) = 41+120+78=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #29784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29784E is #D687B1. Grayscale: #5B5B5B. Windows color (decimal): -14059442 or 5142569. OLE color: 5142569.

HSL color Cylindrical-coordinate representation of color #29784E: hue angle of 148.1º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29784E is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB4112078-
CMYK0.6600.350.53
HSL148.1º49.07%31.57%-
HSV(B)148.1º65.83%47.06%-
XYZ9.0114.459.52-
YUV91.59120.3391.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=17.15%
G=50.21%
B=32.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120780.6600.350.53148.149.0731.57
Hex29784E4202335943120
Octal51170116102043652246140
Binary101001111100010011101000010010001111010110010100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29784E; }

 p { color: rgb(41,120,78); }

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

<style>
 a { background-color: #29784E; }

 a { background-color: rgb(41,120,78); }

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

<style>
 span { border-color: #29784E; }

 span { border-color: rgb(41,120,78); }

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