Html Css Color HEX #29794B Amazon

📋 copy color: '#29794B'

red 41 ◦ green 121 ◦ blue 75

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

Shades of Amazon #29794B

Tints of Amazon #29794B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.65%

R = 17.3%
G = 51.05%
B = 31.65%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#29794B (or 0x29794B) is known color: Amazon. HEX triplet: 29, 79 and 4B. RGB value is (41,121,75). Sum of RGB (Red+Green+Blue) = 41+121+75=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #29794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29794B is #D686B4. Grayscale: #5B5B5B. Windows color (decimal): -14059189 or 4946217. OLE color: 4946217.

HSL color Cylindrical-coordinate representation of color #29794B: hue angle of 145.5º 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 #29794B is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 75 -
CMYK 0.66 0 0.38 0.53
HSL 145.5º 0.49% 0.32% -
HSV(B) 145.5º 0.66% 0.47% -
XYZ 9.02 14.65 9.01 -
YUV 91.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 41 121 75 0.66 0 0.38 0.53 145.5 0.49 0.32
Hex 29 79 4B 42 0 26 35 92 31 20
Octal 51 171 113 102 0 46 65 222 61 40
Binary 101001 1111001 1001011 1000010 0 100110 110101 10010010 110001 100000

Color Harmonies of #29794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29794B

Black with #29794B

Text Example


Text Example

White with #29794B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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