Shades of Amazon #297C4C
Tints of Amazon #297C4C
RGB
CMYK
RGB Variations
Color information
#297C4C (or 0x297C4C) is known color: Amazon. HEX triplet: 29, 7C and 4C. RGB value is (41,124,76). Sum of RGB (Red+Green+Blue) = 41+124+76=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #297C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C4C is #D683B3. Grayscale: #5D5D5D. Windows color (decimal): -14058420 or 5012521. OLE color: 5012521.
HSL color Cylindrical-coordinate representation of color #297C4C: hue angle of 145.3º 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 #297C4C is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 76 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.51 |
| HSL | 145.3º | 0.5% | 0.32% | - |
| HSV(B) | 145.3º | 0.67% | 0.49% | - |
| XYZ | 9.43 | 15.41 | 9.31 | - |
| YUV | 93.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 76 | 0.67 | 0 | 0.39 | 0.51 | 145.3 | 0.5 | 0.32 |
| Hex | 29 | 7C | 4C | 43 | 0 | 27 | 33 | 91 | 32 | 20 |
| Octal | 51 | 174 | 114 | 103 | 0 | 47 | 63 | 221 | 62 | 40 |
| Binary | 101001 | 1111100 | 1001100 | 1000011 | 0 | 100111 | 110011 | 10010001 | 110010 | 100000 |
Color Harmonies of #297C4C
Complementary color
Monochromatic Colors of #297C4C
Black with #297C4C
Text Example
Text Example
White with #297C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C4C; }
p { color: rgb(41,124,76); }
H1.HeaderClassName
{
color: #297C4C;
}
.AnyTagClassName
{
color: #297C4C;
}
</style>
background-color css
<style>
a { background-color: #297C4C; }
a { background-color: rgb(41,124,76); }
div.DivClassName
{
background-color: #297C4C;
}
.BgClassName
{
background-color: #297C4C;
}
</style>
border-color css
<style>
span { border-color: #297C4C; }
span { border-color: rgb(41,124,76); }
td.TdClassName
{
border-color: #297C4C;
}
.TagClassName
{
border-color: #297C4C;
}
</style>