Html Css Color HEX #29744F Amazon

📋 copy color: '#29744F'

red 41 ◦ green 116 ◦ blue 79

#29744F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #29744F

Tints of Amazon #29744F

RGB

 RED value IS 41 (16.41% from 255) = 17.37%

 GREEN value IS 116 (45.7% 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 value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#29744F (or 0x29744F) is known color: 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

RGB 41 116 79 -
CMYK 0.65 0 0.32 0.55
HSL 150.4º 0.48% 0.31% -
HSV(B) 150.4º 0.65% 0.45% -
XYZ 8.57 13.53 9.56 -
YUV 89.36 122.15 93.51 -
System Red Green Blue C M Y K H S L
Decimal 41 116 79 0.65 0 0.32 0.55 150.4 0.48 0.31
Hex 29 74 4F 41 0 20 37 96 30 1F
Octal 51 164 117 101 0 40 67 226 60 37
Binary 101001 1110100 1001111 1000001 0 100000 110111 10010110 110000 11111

Color Harmonies of #29744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29744F

Black with #29744F

Text Example


Text Example

White with #29744F

Text Example


Text Example

HTML Codes & Css Web 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>