Shades of Amazon #297C4F
Tints of Amazon #297C4F
RGB
CMYK
RGB Variations
Color information
#297C4F (or 0x297C4F) is known color: Amazon. HEX triplet: 29, 7C and 4F. RGB value is (41,124,79). Sum of RGB (Red+Green+Blue) = 41+124+79=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #297C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C4F is #D683B0. Grayscale: #5E5E5E. Windows color (decimal): -14058417 or 5209129. OLE color: 5209129.
HSL color Cylindrical-coordinate representation of color #297C4F: hue angle of 147.47º 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 #297C4F is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 79 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.51 |
| HSL | 147.47º | 0.5% | 0.32% | - |
| HSV(B) | 147.47º | 0.67% | 0.49% | - |
| XYZ | 9.53 | 15.45 | 9.88 | - |
| YUV | 94.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 79 | 0.67 | 0 | 0.36 | 0.51 | 147.47 | 0.5 | 0.32 |
| Hex | 29 | 7C | 4F | 43 | 0 | 24 | 33 | 93 | 32 | 20 |
| Octal | 51 | 174 | 117 | 103 | 0 | 44 | 63 | 223 | 62 | 40 |
| Binary | 101001 | 1111100 | 1001111 | 1000011 | 0 | 100100 | 110011 | 10010011 | 110010 | 100000 |
Color Harmonies of #297C4F
Complementary color
Monochromatic Colors of #297C4F
Black with #297C4F
Text Example
Text Example
White with #297C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C4F; }
p { color: rgb(41,124,79); }
H1.HeaderClassName
{
color: #297C4F;
}
.AnyTagClassName
{
color: #297C4F;
}
</style>
background-color css
<style>
a { background-color: #297C4F; }
a { background-color: rgb(41,124,79); }
div.DivClassName
{
background-color: #297C4F;
}
.BgClassName
{
background-color: #297C4F;
}
</style>
border-color css
<style>
span { border-color: #297C4F; }
span { border-color: rgb(41,124,79); }
td.TdClassName
{
border-color: #297C4F;
}
.TagClassName
{
border-color: #297C4F;
}
</style>