#29744f

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

Shades of Amazon #29744F

Tints of Amazon #29744F

Color information

#29744F (or 0x29744F) is unknown color: approx Amazon. HEX triplet: 29, 74 and 4F. RGB value is (41,116,79). Sum of RGB (Red+Green+Blue) = 41+116+79=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #29744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29744F is #D68BB0. Grayscale: #595959. Windows color (decimal): -14060465 or 5207081. OLE color: 5207081.

HSL color Cylindrical-coordinate representation of color #29744F: hue angle of 150.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29744F is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB4111679-
CMYK0.6500.320.55
HSL150.4º47.77%30.78%-
HSV(B)150.4º64.66%45.49%-
XYZ8.5713.539.56-
YUV89.36122.1593.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 116 (45.70% from 255) = 49.15%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=17.37%
G=49.15%
B=33.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41116790.6500.320.55150.447.7730.78
Hex29744F410203796301f
Octal51164117101040672266037
Binary10100111101001001111100000101000001101111001011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29744f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29744f; }

 p { color: rgb(41,116,79); }

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

<style>
 a { background-color: #29744f; }

 a { background-color: rgb(41,116,79); }

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

<style>
 span { border-color: #29744f; }

 span { border-color: rgb(41,116,79); }

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