Shades of Amazon #297B51
Tints of Amazon #297B51
RGB
CMYK
RGB Variations
Color information
#297B51 (or 0x297B51) is known color: Amazon. HEX triplet: 29, 7B and 51. RGB value is (41,123,81). Sum of RGB (Red+Green+Blue) = 41+123+81=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 123 (48.44% from 255 or 50.20% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 123 - color contains mainly: green. Hex color #297B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B51 is #D684AE. Grayscale: #5D5D5D. Windows color (decimal): -14058671 or 5339945. OLE color: 5339945.
HSL color Cylindrical-coordinate representation of color #297B51: hue angle of 149.27º 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 #297B51 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 41 | 123 | 81 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.52 |
| HSL | 149.27º | 0.5% | 0.32% | - |
| HSV(B) | 149.27º | 0.67% | 0.48% | - |
| XYZ | 9.48 | 15.23 | 10.22 | - |
| YUV | 93.69 | 120.83 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 81 | 0.67 | 0 | 0.34 | 0.52 | 149.27 | 0.5 | 0.32 |
| Hex | 29 | 7B | 51 | 43 | 0 | 22 | 34 | 95 | 32 | 20 |
| Octal | 51 | 173 | 121 | 103 | 0 | 42 | 64 | 225 | 62 | 40 |
| Binary | 101001 | 1111011 | 1010001 | 1000011 | 0 | 100010 | 110100 | 10010101 | 110010 | 100000 |
Color Harmonies of #297B51
Complementary color
Monochromatic Colors of #297B51
Black with #297B51
Text Example
Text Example
White with #297B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297B51; }
p { color: rgb(41,123,81); }
H1.HeaderClassName
{
color: #297B51;
}
.AnyTagClassName
{
color: #297B51;
}
</style>
background-color css
<style>
a { background-color: #297B51; }
a { background-color: rgb(41,123,81); }
div.DivClassName
{
background-color: #297B51;
}
.BgClassName
{
background-color: #297B51;
}
</style>
border-color css
<style>
span { border-color: #297B51; }
span { border-color: rgb(41,123,81); }
td.TdClassName
{
border-color: #297B51;
}
.TagClassName
{
border-color: #297B51;
}
</style>