Shades of Amazon #297C4E
Tints of Amazon #297C4E
RGB
CMYK
RGB Variations
Color information
#297C4E (or 0x297C4E) is known color: Amazon. HEX triplet: 29, 7C and 4E. RGB value is (41,124,78). Sum of RGB (Red+Green+Blue) = 41+124+78=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #297C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C4E is #D683B1. Grayscale: #5E5E5E. Windows color (decimal): -14058418 or 5143593. OLE color: 5143593.
HSL color Cylindrical-coordinate representation of color #297C4E: hue angle of 146.75º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297C4E is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 78 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.51 |
| HSL | 146.75º | 0.5% | 0.32% | - |
| HSV(B) | 146.75º | 0.67% | 0.49% | - |
| XYZ | 9.5 | 15.44 | 9.69 | - |
| YUV | 93.94 | 119 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 78 | 0.67 | 0 | 0.37 | 0.51 | 146.75 | 0.5 | 0.32 |
| Hex | 29 | 7C | 4E | 43 | 0 | 25 | 33 | 93 | 32 | 20 |
| Octal | 51 | 174 | 116 | 103 | 0 | 45 | 63 | 223 | 62 | 40 |
| Binary | 101001 | 1111100 | 1001110 | 1000011 | 0 | 100101 | 110011 | 10010011 | 110010 | 100000 |
Color Harmonies of #297C4E
Complementary color
Monochromatic Colors of #297C4E
Black with #297C4E
Text Example
Text Example
White with #297C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C4E; }
p { color: rgb(41,124,78); }
H1.HeaderClassName
{
color: #297C4E;
}
.AnyTagClassName
{
color: #297C4E;
}
</style>
background-color css
<style>
a { background-color: #297C4E; }
a { background-color: rgb(41,124,78); }
div.DivClassName
{
background-color: #297C4E;
}
.BgClassName
{
background-color: #297C4E;
}
</style>
border-color css
<style>
span { border-color: #297C4E; }
span { border-color: rgb(41,124,78); }
td.TdClassName
{
border-color: #297C4E;
}
.TagClassName
{
border-color: #297C4E;
}
</style>