Html Css Color HEX #29794E Amazon

📋 copy color: '#29794E'

red 41 ◦ green 121 ◦ blue 78

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

Shades of Amazon #29794E

Tints of Amazon #29794E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.42%

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 17.08%
G = 50.42%
B = 32.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#29794E (or 0x29794E) is known color: Amazon. HEX triplet: 29, 79 and 4E. RGB value is (41,121,78). Sum of RGB (Red+Green+Blue) = 41+121+78=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #29794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29794E is #D686B1. Grayscale: #5C5C5C. Windows color (decimal): -14059186 or 5142825. OLE color: 5142825.

HSL color Cylindrical-coordinate representation of color #29794E: hue angle of 147.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29794E is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 78 -
CMYK 0.66 0 0.36 0.53
HSL 147.75º 0.49% 0.32% -
HSV(B) 147.75º 0.66% 0.47% -
XYZ 9.13 14.7 9.56 -
YUV 92.18 120 91.5 -
System Red Green Blue C M Y K H S L
Decimal 41 121 78 0.66 0 0.36 0.53 147.75 0.49 0.32
Hex 29 79 4E 42 0 24 35 94 31 20
Octal 51 171 116 102 0 44 65 224 61 40
Binary 101001 1111001 1001110 1000010 0 100100 110101 10010100 110001 100000

Color Harmonies of #29794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29794E

Black with #29794E

Text Example


Text Example

White with #29794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29794E; }

 p { color: rgb(41,121,78); }

 H1.HeaderClassName
 {
   color: #29794E;
 }
 .AnyTagClassName
 {
   color: #29794E;
 }
</style>

background-color css

<style>
 a { background-color: #29794E; }

 a { background-color: rgb(41,121,78); }

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

border-color css

<style>
 span { border-color: #29794E; }

 span { border-color: rgb(41,121,78); }

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