Html Css Color HEX #29754A Amazon

📋 copy color: '#29754A'

red 41 ◦ green 117 ◦ blue 74

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

Shades of Amazon #29754A

Tints of Amazon #29754A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.43%

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

R = 17.67%
G = 50.43%
B = 31.9%

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

#29754A (or 0x29754A) is known color: Amazon. HEX triplet: 29, 75 and 4A. RGB value is (41,117,74). Sum of RGB (Red+Green+Blue) = 41+117+74=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #29754A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29754A is #D68AB5. Grayscale: #595959. Windows color (decimal): -14060214 or 4879657. OLE color: 4879657.

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

Color convert

RGB 41 117 74 -
CMYK 0.65 0 0.37 0.54
HSL 146.05º 0.48% 0.31% -
HSV(B) 146.05º 0.65% 0.46% -
XYZ 8.51 13.69 8.67 -
YUV 89.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 41 117 74 0.65 0 0.37 0.54 146.05 0.48 0.31
Hex 29 75 4A 41 0 25 36 92 30 1F
Octal 51 165 112 101 0 45 66 222 60 37
Binary 101001 1110101 1001010 1000001 0 100101 110110 10010010 110000 11111

Color Harmonies of #29754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29754A

Black with #29754A

Text Example


Text Example

White with #29754A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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