Shades of Amazon #297E49
Tints of Amazon #297E49
RGB
CMYK
RGB Variations
Color information
#297E49 (or 0x297E49) is known color: Amazon. HEX triplet: 29, 7E and 49. RGB value is (41,126,73). Sum of RGB (Red+Green+Blue) = 41+126+73=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #297E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E49 is #D681B6. Grayscale: #5E5E5E. Windows color (decimal): -14057911 or 4816425. OLE color: 4816425.
HSL color Cylindrical-coordinate representation of color #297E49: hue angle of 142.59º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297E49 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 126 | 73 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.51 |
| HSL | 142.59º | 0.51% | 0.33% | - |
| HSV(B) | 142.59º | 0.67% | 0.49% | - |
| XYZ | 9.58 | 15.87 | 8.86 | - |
| YUV | 94.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 126 | 73 | 0.67 | 0 | 0.42 | 0.51 | 142.59 | 0.51 | 0.33 |
| Hex | 29 | 7E | 49 | 43 | 0 | 2A | 33 | 8F | 33 | 21 |
| Octal | 51 | 176 | 111 | 103 | 0 | 52 | 63 | 217 | 63 | 41 |
| Binary | 101001 | 1111110 | 1001001 | 1000011 | 0 | 101010 | 110011 | 10001111 | 110011 | 100001 |
Color Harmonies of #297E49
Complementary color
Monochromatic Colors of #297E49
Black with #297E49
Text Example
Text Example
White with #297E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297E49; }
p { color: rgb(41,126,73); }
H1.HeaderClassName
{
color: #297E49;
}
.AnyTagClassName
{
color: #297E49;
}
</style>
background-color css
<style>
a { background-color: #297E49; }
a { background-color: rgb(41,126,73); }
div.DivClassName
{
background-color: #297E49;
}
.BgClassName
{
background-color: #297E49;
}
</style>
border-color css
<style>
span { border-color: #297E49; }
span { border-color: rgb(41,126,73); }
td.TdClassName
{
border-color: #297E49;
}
.TagClassName
{
border-color: #297E49;
}
</style>