Html Css Color HEX #29764B Amazon

📋 copy color: '#29764B'

red 41 ◦ green 118 ◦ blue 75

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

Shades of Amazon #29764B

Tints of Amazon #29764B

RGB

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

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

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

R = 17.52%
G = 50.43%
B = 32.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#29764B (or 0x29764B) is known color: Amazon. HEX triplet: 29, 76 and 4B. RGB value is (41,118,75). Sum of RGB (Red+Green+Blue) = 41+118+75=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #29764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29764B is #D689B4. Grayscale: #5A5A5A. Windows color (decimal): -14059957 or 4945449. OLE color: 4945449.

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

Color convert

RGB 41 118 75 -
CMYK 0.65 0 0.36 0.54
HSL 146.49º 0.48% 0.31% -
HSV(B) 146.49º 0.65% 0.46% -
XYZ 8.66 13.94 8.89 -
YUV 90.08 119.49 93 -
System Red Green Blue C M Y K H S L
Decimal 41 118 75 0.65 0 0.36 0.54 146.49 0.48 0.31
Hex 29 76 4B 41 0 24 36 92 30 1F
Octal 51 166 113 101 0 44 66 222 60 37
Binary 101001 1110110 1001011 1000001 0 100100 110110 10010010 110000 11111

Color Harmonies of #29764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29764B

Black with #29764B

Text Example


Text Example

White with #29764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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