Shades of Amazon #297B53
Tints of Amazon #297B53
RGB
CMYK
RGB Variations
Color information
#297B53 (or 0x297B53) is known color: Amazon. HEX triplet: 29, 7B and 53. RGB value is (41,123,83). Sum of RGB (Red+Green+Blue) = 41+123+83=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #297B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B53 is #D684AC. Grayscale: #5D5D5D. Windows color (decimal): -14058669 or 5471017. OLE color: 5471017.
HSL color Cylindrical-coordinate representation of color #297B53: hue angle of 150.73º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B53 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 123 | 83 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.52 |
| HSL | 150.73º | 0.5% | 0.32% | - |
| HSV(B) | 150.73º | 0.67% | 0.48% | - |
| XYZ | 9.56 | 15.26 | 10.63 | - |
| YUV | 93.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 83 | 0.67 | 0 | 0.33 | 0.52 | 150.73 | 0.5 | 0.32 |
| Hex | 29 | 7B | 53 | 43 | 0 | 21 | 34 | 97 | 32 | 20 |
| Octal | 51 | 173 | 123 | 103 | 0 | 41 | 64 | 227 | 62 | 40 |
| Binary | 101001 | 1111011 | 1010011 | 1000011 | 0 | 100001 | 110100 | 10010111 | 110010 | 100000 |
Color Harmonies of #297B53
Complementary color
Monochromatic Colors of #297B53
Black with #297B53
Text Example
Text Example
White with #297B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B53; }
p { color: rgb(41,123,83); }
H1.HeaderClassName
{
color: #297B53;
}
.AnyTagClassName
{
color: #297B53;
}
</style>
background-color css
<style>
a { background-color: #297B53; }
a { background-color: rgb(41,123,83); }
div.DivClassName
{
background-color: #297B53;
}
.BgClassName
{
background-color: #297B53;
}
</style>
border-color css
<style>
span { border-color: #297B53; }
span { border-color: rgb(41,123,83); }
td.TdClassName
{
border-color: #297B53;
}
.TagClassName
{
border-color: #297B53;
}
</style>