Html Css Color HEX #29764A Amazon

📋 copy color: '#29764A'

red 41 ◦ green 118 ◦ blue 74

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

Shades of Amazon #29764A

Tints of Amazon #29764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.64%

 BLUE value IS 74 (29.3% from 255) = 31.76%

R = 17.6%
G = 50.64%
B = 31.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#29764A (or 0x29764A) is known color: Amazon. HEX triplet: 29, 76 and 4A. RGB value is (41,118,74). Sum of RGB (Red+Green+Blue) = 41+118+74=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #29764A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29764A is #D689B5. Grayscale: #5A5A5A. Windows color (decimal): -14059958 or 4879913. OLE color: 4879913.

HSL color Cylindrical-coordinate representation of color #29764A: hue angle of 145.71º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29764A is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 74 -
CMYK 0.65 0 0.37 0.54
HSL 145.71º 0.48% 0.31% -
HSV(B) 145.71º 0.65% 0.46% -
XYZ 8.63 13.92 8.71 -
YUV 89.96 118.99 93.08 -
System Red Green Blue C M Y K H S L
Decimal 41 118 74 0.65 0 0.37 0.54 145.71 0.48 0.31
Hex 29 76 4A 41 0 25 36 92 30 1F
Octal 51 166 112 101 0 45 66 222 60 37
Binary 101001 1110110 1001010 1000001 0 100101 110110 10010010 110000 11111

Color Harmonies of #29764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29764A

Black with #29764A

Text Example


Text Example

White with #29764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29764A; }

 p { color: rgb(41,118,74); }

 H1.HeaderClassName
 {
   color: #29764A;
 }
 .AnyTagClassName
 {
   color: #29764A;
 }
</style>

background-color css

<style>
 a { background-color: #29764A; }

 a { background-color: rgb(41,118,74); }

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

border-color css

<style>
 span { border-color: #29764A; }

 span { border-color: rgb(41,118,74); }

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