Html Css Color HEX #29754C Amazon

📋 copy color: '#29754C'

red 41 ◦ green 117 ◦ blue 76

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

Shades of Amazon #29754C

Tints of Amazon #29754C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.48%

R = 17.52%
G = 50%
B = 32.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#29754C (or 0x29754C) is known color: Amazon. HEX triplet: 29, 75 and 4C. RGB value is (41,117,76). Sum of RGB (Red+Green+Blue) = 41+117+76=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #29754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29754C is #D68AB3. Grayscale: #595959. Windows color (decimal): -14060212 or 5010729. OLE color: 5010729.

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

Color convert

RGB 41 117 76 -
CMYK 0.65 0 0.35 0.54
HSL 147.63º 0.48% 0.31% -
HSV(B) 147.63º 0.65% 0.46% -
XYZ 8.58 13.72 9.03 -
YUV 89.6 120.32 93.33 -
System Red Green Blue C M Y K H S L
Decimal 41 117 76 0.65 0 0.35 0.54 147.63 0.48 0.31
Hex 29 75 4C 41 0 23 36 94 30 1F
Octal 51 165 114 101 0 43 66 224 60 37
Binary 101001 1110101 1001100 1000001 0 100011 110110 10010100 110000 11111

Color Harmonies of #29754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29754C

Black with #29754C

Text Example


Text Example

White with #29754C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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