Html Css Color HEX #29774D Amazon

📋 copy color: '#29774D'

red 41 ◦ green 119 ◦ blue 77

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

Shades of Amazon #29774D

Tints of Amazon #29774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 17.3%
G = 50.21%
B = 32.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#29774D (or 0x29774D) is known color: Amazon. HEX triplet: 29, 77 and 4D. RGB value is (41,119,77). Sum of RGB (Red+Green+Blue) = 41+119+77=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #29774D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29774D is #D688B2. Grayscale: #5A5A5A. Windows color (decimal): -14059699 or 5076777. OLE color: 5076777.

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

Color convert

RGB 41 119 77 -
CMYK 0.66 0 0.35 0.53
HSL 147.69º 0.49% 0.31% -
HSV(B) 147.69º 0.66% 0.47% -
XYZ 8.85 14.2 9.3 -
YUV 90.89 120.16 92.42 -
System Red Green Blue C M Y K H S L
Decimal 41 119 77 0.66 0 0.35 0.53 147.69 0.49 0.31
Hex 29 77 4D 42 0 23 35 94 31 1F
Octal 51 167 115 102 0 43 65 224 61 37
Binary 101001 1110111 1001101 1000010 0 100011 110101 10010100 110001 11111

Color Harmonies of #29774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29774D

Black with #29774D

Text Example


Text Example

White with #29774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29774D; }

 p { color: rgb(41,119,77); }

 H1.HeaderClassName
 {
   color: #29774D;
 }
 .AnyTagClassName
 {
   color: #29774D;
 }
</style>

background-color css

<style>
 a { background-color: #29774D; }

 a { background-color: rgb(41,119,77); }

 div.DivClassName
 {
   background-color: #29774D;
 }
 .BgClassName
 {
   background-color: #29774D;
 }
</style>

border-color css

<style>
 span { border-color: #29774D; }

 span { border-color: rgb(41,119,77); }

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