Shades of Amazon #297C52
Tints of Amazon #297C52
RGB
CMYK
RGB Variations
Color information
#297C52 (or 0x297C52) is known color: Amazon. HEX triplet: 29, 7C and 52. RGB value is (41,124,82). Sum of RGB (Red+Green+Blue) = 41+124+82=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #297C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C52 is #D683AD. Grayscale: #5E5E5E. Windows color (decimal): -14058414 or 5405737. OLE color: 5405737.
HSL color Cylindrical-coordinate representation of color #297C52: hue angle of 149.64º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297C52 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 82 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.51 |
| HSL | 149.64º | 0.5% | 0.32% | - |
| HSV(B) | 149.64º | 0.67% | 0.49% | - |
| XYZ | 9.65 | 15.5 | 10.47 | - |
| YUV | 94.4 | 121 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 82 | 0.67 | 0 | 0.34 | 0.51 | 149.64 | 0.5 | 0.32 |
| Hex | 29 | 7C | 52 | 43 | 0 | 22 | 33 | 96 | 32 | 20 |
| Octal | 51 | 174 | 122 | 103 | 0 | 42 | 63 | 226 | 62 | 40 |
| Binary | 101001 | 1111100 | 1010010 | 1000011 | 0 | 100010 | 110011 | 10010110 | 110010 | 100000 |
Color Harmonies of #297C52
Complementary color
Monochromatic Colors of #297C52
Black with #297C52
Text Example
Text Example
White with #297C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C52; }
p { color: rgb(41,124,82); }
H1.HeaderClassName
{
color: #297C52;
}
.AnyTagClassName
{
color: #297C52;
}
</style>
background-color css
<style>
a { background-color: #297C52; }
a { background-color: rgb(41,124,82); }
div.DivClassName
{
background-color: #297C52;
}
.BgClassName
{
background-color: #297C52;
}
</style>
border-color css
<style>
span { border-color: #297C52; }
span { border-color: rgb(41,124,82); }
td.TdClassName
{
border-color: #297C52;
}
.TagClassName
{
border-color: #297C52;
}
</style>