Shades of Amazon #297451
Tints of Amazon #297451
RGB
CMYK
RGB Variations
Color information
#297451 (or 0x297451) is known color: Amazon. HEX triplet: 29, 74 and 51. RGB value is (41,116,81). Sum of RGB (Red+Green+Blue) = 41+116+81=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #297451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297451 is #D68BAE. Grayscale: #595959. Windows color (decimal): -14060463 or 5338153. OLE color: 5338153.
HSL color Cylindrical-coordinate representation of color #297451: hue angle of 152º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297451 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 41 | 116 | 81 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.55 |
| HSL | 152º | 0.48% | 0.31% | - |
| HSV(B) | 152º | 0.65% | 0.45% | - |
| XYZ | 8.65 | 13.56 | 9.95 | - |
| YUV | 89.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 116 | 81 | 0.65 | 0 | 0.30 | 0.55 | 152 | 0.48 | 0.31 |
| Hex | 29 | 74 | 51 | 41 | 0 | 1E | 37 | 98 | 30 | 1F |
| Octal | 51 | 164 | 121 | 101 | 0 | 36 | 67 | 230 | 60 | 37 |
| Binary | 101001 | 1110100 | 1010001 | 1000001 | 0 | 11110 | 110111 | 10011000 | 110000 | 11111 |
Color Harmonies of #297451
Complementary color
Monochromatic Colors of #297451
Black with #297451
Text Example
Text Example
White with #297451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297451; }
p { color: rgb(41,116,81); }
H1.HeaderClassName
{
color: #297451;
}
.AnyTagClassName
{
color: #297451;
}
</style>
background-color css
<style>
a { background-color: #297451; }
a { background-color: rgb(41,116,81); }
div.DivClassName
{
background-color: #297451;
}
.BgClassName
{
background-color: #297451;
}
</style>
border-color css
<style>
span { border-color: #297451; }
span { border-color: rgb(41,116,81); }
td.TdClassName
{
border-color: #297451;
}
.TagClassName
{
border-color: #297451;
}
</style>