Shades of Amazon #29754E
Tints of Amazon #29754E
RGB
CMYK
RGB Variations
Color information
#29754E (or 0x29754E) is known color: Amazon. HEX triplet: 29, 75 and 4E. RGB value is (41,117,78). Sum of RGB (Red+Green+Blue) = 41+117+78=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #29754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29754E is #D68AB1. Grayscale: #595959. Windows color (decimal): -14060210 or 5141801. OLE color: 5141801.
HSL color Cylindrical-coordinate representation of color #29754E: hue angle of 149.21º 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 #29754E is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 117 | 78 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.54 |
| HSL | 149.21º | 0.48% | 0.31% | - |
| HSV(B) | 149.21º | 0.65% | 0.46% | - |
| XYZ | 8.65 | 13.74 | 9.4 | - |
| YUV | 89.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 117 | 78 | 0.65 | 0 | 0.33 | 0.54 | 149.21 | 0.48 | 0.31 |
| Hex | 29 | 75 | 4E | 41 | 0 | 21 | 36 | 95 | 30 | 1F |
| Octal | 51 | 165 | 116 | 101 | 0 | 41 | 66 | 225 | 60 | 37 |
| Binary | 101001 | 1110101 | 1001110 | 1000001 | 0 | 100001 | 110110 | 10010101 | 110000 | 11111 |
Color Harmonies of #29754E
Complementary color
Monochromatic Colors of #29754E
Black with #29754E
Text Example
Text Example
White with #29754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29754E; }
p { color: rgb(41,117,78); }
H1.HeaderClassName
{
color: #29754E;
}
.AnyTagClassName
{
color: #29754E;
}
</style>
background-color css
<style>
a { background-color: #29754E; }
a { background-color: rgb(41,117,78); }
div.DivClassName
{
background-color: #29754E;
}
.BgClassName
{
background-color: #29754E;
}
</style>
border-color css
<style>
span { border-color: #29754E; }
span { border-color: rgb(41,117,78); }
td.TdClassName
{
border-color: #29754E;
}
.TagClassName
{
border-color: #29754E;
}
</style>