Shades of Amazon #297746
Tints of Amazon #297746
RGB
CMYK
RGB Variations
Color information
#297746 (or 0x297746) is known color: Amazon. HEX triplet: 29, 77 and 46. RGB value is (41,119,70). Sum of RGB (Red+Green+Blue) = 41+119+70=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #297746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297746 is #D688B9. Grayscale: #5A5A5A. Windows color (decimal): -14059706 or 4618025. OLE color: 4618025.
HSL color Cylindrical-coordinate representation of color #297746: hue angle of 142.31º 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 #297746 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 70 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.53 |
| HSL | 142.31º | 0.49% | 0.31% | - |
| HSV(B) | 142.31º | 0.66% | 0.47% | - |
| XYZ | 8.62 | 14.11 | 8.06 | - |
| YUV | 90.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 70 | 0.66 | 0 | 0.41 | 0.53 | 142.31 | 0.49 | 0.31 |
| Hex | 29 | 77 | 46 | 42 | 0 | 29 | 35 | 8E | 31 | 1F |
| Octal | 51 | 167 | 106 | 102 | 0 | 51 | 65 | 216 | 61 | 37 |
| Binary | 101001 | 1110111 | 1000110 | 1000010 | 0 | 101001 | 110101 | 10001110 | 110001 | 11111 |
Color Harmonies of #297746
Complementary color
Monochromatic Colors of #297746
Black with #297746
Text Example
Text Example
White with #297746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297746; }
p { color: rgb(41,119,70); }
H1.HeaderClassName
{
color: #297746;
}
.AnyTagClassName
{
color: #297746;
}
</style>
background-color css
<style>
a { background-color: #297746; }
a { background-color: rgb(41,119,70); }
div.DivClassName
{
background-color: #297746;
}
.BgClassName
{
background-color: #297746;
}
</style>
border-color css
<style>
span { border-color: #297746; }
span { border-color: rgb(41,119,70); }
td.TdClassName
{
border-color: #297746;
}
.TagClassName
{
border-color: #297746;
}
</style>