Html Css Color HEX #29764F Amazon

📋 copy color: '#29764F'

red 41 ◦ green 118 ◦ blue 79

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

Shades of Amazon #29764F

Tints of Amazon #29764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.19%

R = 17.23%
G = 49.58%
B = 33.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#29764F (or 0x29764F) is known color: Amazon. HEX triplet: 29, 76 and 4F. RGB value is (41,118,79). Sum of RGB (Red+Green+Blue) = 41+118+79=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #29764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29764F is #D689B0. Grayscale: #5A5A5A. Windows color (decimal): -14059953 or 5207593. OLE color: 5207593.

HSL color Cylindrical-coordinate representation of color #29764F: hue angle of 149.61º 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 #29764F is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 79 -
CMYK 0.65 0 0.33 0.54
HSL 149.61º 0.48% 0.31% -
HSV(B) 149.61º 0.65% 0.46% -
XYZ 8.8 13.99 9.63 -
YUV 90.53 121.49 92.67 -
System Red Green Blue C M Y K H S L
Decimal 41 118 79 0.65 0 0.33 0.54 149.61 0.48 0.31
Hex 29 76 4F 41 0 21 36 96 30 1F
Octal 51 166 117 101 0 41 66 226 60 37
Binary 101001 1110110 1001111 1000001 0 100001 110110 10010110 110000 11111

Color Harmonies of #29764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29764F

Black with #29764F

Text Example


Text Example

White with #29764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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