Shades of Amazon #297751
Tints of Amazon #297751
RGB
CMYK
RGB Variations
Color information
#297751 (or 0x297751) is known color: Amazon. HEX triplet: 29, 77 and 51. RGB value is (41,119,81). Sum of RGB (Red+Green+Blue) = 41+119+81=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #297751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297751 is #D688AE. Grayscale: #5B5B5B. Windows color (decimal): -14059695 or 5338921. OLE color: 5338921.
HSL color Cylindrical-coordinate representation of color #297751: hue angle of 150.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297751 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 81 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.53 |
| HSL | 150.77º | 0.49% | 0.31% | - |
| HSV(B) | 150.77º | 0.66% | 0.47% | - |
| XYZ | 9 | 14.26 | 10.06 | - |
| YUV | 91.35 | 122.16 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 81 | 0.66 | 0 | 0.32 | 0.53 | 150.77 | 0.49 | 0.31 |
| Hex | 29 | 77 | 51 | 42 | 0 | 20 | 35 | 97 | 31 | 1F |
| Octal | 51 | 167 | 121 | 102 | 0 | 40 | 65 | 227 | 61 | 37 |
| Binary | 101001 | 1110111 | 1010001 | 1000010 | 0 | 100000 | 110101 | 10010111 | 110001 | 11111 |
Color Harmonies of #297751
Complementary color
Monochromatic Colors of #297751
Black with #297751
Text Example
Text Example
White with #297751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297751; }
p { color: rgb(41,119,81); }
H1.HeaderClassName
{
color: #297751;
}
.AnyTagClassName
{
color: #297751;
}
</style>
background-color css
<style>
a { background-color: #297751; }
a { background-color: rgb(41,119,81); }
div.DivClassName
{
background-color: #297751;
}
.BgClassName
{
background-color: #297751;
}
</style>
border-color css
<style>
span { border-color: #297751; }
span { border-color: rgb(41,119,81); }
td.TdClassName
{
border-color: #297751;
}
.TagClassName
{
border-color: #297751;
}
</style>