#29724F

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

Shades of Amazon #29724F

Tints of Amazon #29724F

Color information

#29724F (or 0x29724F) is unknown color: approx Amazon. HEX triplet: 29, 72 and 4F. RGB value is (41,114,79). Sum of RGB (Red+Green+Blue) = 41+114+79=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #29724F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29724F is #D68DB0. Grayscale: #585858. Windows color (decimal): -14060977 or 5206569. OLE color: 5206569.

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

Color convert

RGB4111479-
CMYK0.6400.310.55
HSL151.23º47.1%30.39%-
HSV(B)151.23º64.04%44.71%-
XYZ8.3413.079.48-
YUV88.18122.8294.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 114 (44.92% from 255) = 48.72%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=17.52%
G=48.72%
B=33.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41114790.6400.310.55151.2347.130.39
Hex29724F4001F37972f1e
Octal51162117100037672275736
Binary1010011110010100111110000000111111101111001011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29724F; }

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

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

<style>
 a { background-color: #29724F; }

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

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

<style>
 span { border-color: #29724F; }

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

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