Html Css Color HEX #29774B Amazon

📋 copy color: '#29774B'

red 41 ◦ green 119 ◦ blue 75

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

Shades of Amazon #29774B

Tints of Amazon #29774B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.91%

R = 17.45%
G = 50.64%
B = 31.91%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#29774B (or 0x29774B) is known color: Amazon. HEX triplet: 29, 77 and 4B. RGB value is (41,119,75). Sum of RGB (Red+Green+Blue) = 41+119+75=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #29774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29774B is #D688B4. Grayscale: #5A5A5A. Windows color (decimal): -14059701 or 4945705. OLE color: 4945705.

HSL color Cylindrical-coordinate representation of color #29774B: hue angle of 146.15º 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 #29774B is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 75 -
CMYK 0.66 0 0.37 0.53
HSL 146.15º 0.49% 0.31% -
HSV(B) 146.15º 0.66% 0.47% -
XYZ 8.78 14.17 8.93 -
YUV 90.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 41 119 75 0.66 0 0.37 0.53 146.15 0.49 0.31
Hex 29 77 4B 42 0 25 35 92 31 1F
Octal 51 167 113 102 0 45 65 222 61 37
Binary 101001 1110111 1001011 1000010 0 100101 110101 10010010 110001 11111

Color Harmonies of #29774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29774B

Black with #29774B

Text Example


Text Example

White with #29774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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