Shades of Amazon #29734D
Tints of Amazon #29734D
RGB
CMYK
RGB Variations
Color information
#29734D (or 0x29734D) is known color: Amazon. HEX triplet: 29, 73 and 4D. RGB value is (41,115,77). Sum of RGB (Red+Green+Blue) = 41+115+77=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #29734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29734D is #D68CB2. Grayscale: #585858. Windows color (decimal): -14060723 or 5075753. OLE color: 5075753.
HSL color Cylindrical-coordinate representation of color #29734D: hue angle of 149.19º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29734D is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 115 | 77 | - |
| CMYK | 0.64 | 0 | 0.33 | 0.55 |
| HSL | 149.19º | 0.47% | 0.31% | - |
| HSV(B) | 149.19º | 0.64% | 0.45% | - |
| XYZ | 8.38 | 13.27 | 9.14 | - |
| YUV | 88.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 77 | 0.64 | 0 | 0.33 | 0.55 | 149.19 | 0.47 | 0.31 |
| Hex | 29 | 73 | 4D | 40 | 0 | 21 | 37 | 95 | 2F | 1F |
| Octal | 51 | 163 | 115 | 100 | 0 | 41 | 67 | 225 | 57 | 37 |
| Binary | 101001 | 1110011 | 1001101 | 1000000 | 0 | 100001 | 110111 | 10010101 | 101111 | 11111 |
Color Harmonies of #29734D
Complementary color
Monochromatic Colors of #29734D
Black with #29734D
Text Example
Text Example
White with #29734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29734D; }
p { color: rgb(41,115,77); }
H1.HeaderClassName
{
color: #29734D;
}
.AnyTagClassName
{
color: #29734D;
}
</style>
background-color css
<style>
a { background-color: #29734D; }
a { background-color: rgb(41,115,77); }
div.DivClassName
{
background-color: #29734D;
}
.BgClassName
{
background-color: #29734D;
}
</style>
border-color css
<style>
span { border-color: #29734D; }
span { border-color: rgb(41,115,77); }
td.TdClassName
{
border-color: #29734D;
}
.TagClassName
{
border-color: #29734D;
}
</style>