Shades of Amazon #297647
Tints of Amazon #297647
RGB
CMYK
RGB Variations
Color information
#297647 (or 0x297647) is known color: Amazon. HEX triplet: 29, 76 and 47. RGB value is (41,118,71). Sum of RGB (Red+Green+Blue) = 41+118+71=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #297647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297647 is #D689B8. Grayscale: #595959. Windows color (decimal): -14059961 or 4683305. OLE color: 4683305.
HSL color Cylindrical-coordinate representation of color #297647: hue angle of 143.38º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297647 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 41 | 118 | 71 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.54 |
| HSL | 143.38º | 0.48% | 0.31% | - |
| HSV(B) | 143.38º | 0.65% | 0.46% | - |
| XYZ | 8.53 | 13.88 | 8.19 | - |
| YUV | 89.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 118 | 71 | 0.65 | 0 | 0.40 | 0.54 | 143.38 | 0.48 | 0.31 |
| Hex | 29 | 76 | 47 | 41 | 0 | 28 | 36 | 8F | 30 | 1F |
| Octal | 51 | 166 | 107 | 101 | 0 | 50 | 66 | 217 | 60 | 37 |
| Binary | 101001 | 1110110 | 1000111 | 1000001 | 0 | 101000 | 110110 | 10001111 | 110000 | 11111 |
Color Harmonies of #297647
Complementary color
Monochromatic Colors of #297647
Black with #297647
Text Example
Text Example
White with #297647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297647; }
p { color: rgb(41,118,71); }
H1.HeaderClassName
{
color: #297647;
}
.AnyTagClassName
{
color: #297647;
}
</style>
background-color css
<style>
a { background-color: #297647; }
a { background-color: rgb(41,118,71); }
div.DivClassName
{
background-color: #297647;
}
.BgClassName
{
background-color: #297647;
}
</style>
border-color css
<style>
span { border-color: #297647; }
span { border-color: rgb(41,118,71); }
td.TdClassName
{
border-color: #297647;
}
.TagClassName
{
border-color: #297647;
}
</style>