Shades of Amazon #29754F
Tints of Amazon #29754F
RGB
CMYK
RGB Variations
Color information
#29754F (or 0x29754F) is known color: Amazon. HEX triplet: 29, 75 and 4F. RGB value is (41,117,79). Sum of RGB (Red+Green+Blue) = 41+117+79=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #29754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29754F is #D68AB0. Grayscale: #5A5A5A. Windows color (decimal): -14060209 or 5207337. OLE color: 5207337.
HSL color Cylindrical-coordinate representation of color #29754F: hue angle of 150º 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 #29754F is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 117 | 79 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.54 |
| HSL | 150º | 0.48% | 0.31% | - |
| HSV(B) | 150º | 0.65% | 0.46% | - |
| XYZ | 8.69 | 13.76 | 9.59 | - |
| YUV | 89.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 117 | 79 | 0.65 | 0 | 0.32 | 0.54 | 150 | 0.48 | 0.31 |
| Hex | 29 | 75 | 4F | 41 | 0 | 20 | 36 | 96 | 30 | 1F |
| Octal | 51 | 165 | 117 | 101 | 0 | 40 | 66 | 226 | 60 | 37 |
| Binary | 101001 | 1110101 | 1001111 | 1000001 | 0 | 100000 | 110110 | 10010110 | 110000 | 11111 |
Color Harmonies of #29754F
Complementary color
Monochromatic Colors of #29754F
Black with #29754F
Text Example
Text Example
White with #29754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29754F; }
p { color: rgb(41,117,79); }
H1.HeaderClassName
{
color: #29754F;
}
.AnyTagClassName
{
color: #29754F;
}
</style>
background-color css
<style>
a { background-color: #29754F; }
a { background-color: rgb(41,117,79); }
div.DivClassName
{
background-color: #29754F;
}
.BgClassName
{
background-color: #29754F;
}
</style>
border-color css
<style>
span { border-color: #29754F; }
span { border-color: rgb(41,117,79); }
td.TdClassName
{
border-color: #29754F;
}
.TagClassName
{
border-color: #29754F;
}
</style>