Shades of Amazon #297D4D
Tints of Amazon #297D4D
RGB
CMYK
RGB Variations
Color information
#297D4D (or 0x297D4D) is known color: Amazon. HEX triplet: 29, 7D and 4D. RGB value is (41,125,77). Sum of RGB (Red+Green+Blue) = 41+125+77=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #297D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297D4D is #D682B2. Grayscale: #5E5E5E. Windows color (decimal): -14058163 or 5078313. OLE color: 5078313.
HSL color Cylindrical-coordinate representation of color #297D4D: hue angle of 145.71º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297D4D is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 125 | 77 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.51 |
| HSL | 145.71º | 0.51% | 0.33% | - |
| HSV(B) | 145.71º | 0.67% | 0.49% | - |
| XYZ | 9.59 | 15.67 | 9.54 | - |
| YUV | 94.41 | 118.17 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 77 | 0.67 | 0 | 0.38 | 0.51 | 145.71 | 0.51 | 0.33 |
| Hex | 29 | 7D | 4D | 43 | 0 | 26 | 33 | 92 | 33 | 21 |
| Octal | 51 | 175 | 115 | 103 | 0 | 46 | 63 | 222 | 63 | 41 |
| Binary | 101001 | 1111101 | 1001101 | 1000011 | 0 | 100110 | 110011 | 10010010 | 110011 | 100001 |
Color Harmonies of #297D4D
Complementary color
Monochromatic Colors of #297D4D
Black with #297D4D
Text Example
Text Example
White with #297D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297D4D; }
p { color: rgb(41,125,77); }
H1.HeaderClassName
{
color: #297D4D;
}
.AnyTagClassName
{
color: #297D4D;
}
</style>
background-color css
<style>
a { background-color: #297D4D; }
a { background-color: rgb(41,125,77); }
div.DivClassName
{
background-color: #297D4D;
}
.BgClassName
{
background-color: #297D4D;
}
</style>
border-color css
<style>
span { border-color: #297D4D; }
span { border-color: rgb(41,125,77); }
td.TdClassName
{
border-color: #297D4D;
}
.TagClassName
{
border-color: #297D4D;
}
</style>