Shades of Amazon #297C4B
Tints of Amazon #297C4B
RGB
CMYK
RGB Variations
Color information
#297C4B (or 0x297C4B) is known color: Amazon. HEX triplet: 29, 7C and 4B. RGB value is (41,124,75). Sum of RGB (Red+Green+Blue) = 41+124+75=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #297C4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297C4B is #D683B4. Grayscale: #5D5D5D. Windows color (decimal): -14058421 or 4946985. OLE color: 4946985.
HSL color Cylindrical-coordinate representation of color #297C4B: hue angle of 144.58º 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 #297C4B is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 41 | 124 | 75 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.51 |
| HSL | 144.58º | 0.5% | 0.32% | - |
| HSV(B) | 144.58º | 0.67% | 0.49% | - |
| XYZ | 9.39 | 15.39 | 9.13 | - |
| YUV | 93.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 75 | 0.67 | 0 | 0.40 | 0.51 | 144.58 | 0.5 | 0.32 |
| Hex | 29 | 7C | 4B | 43 | 0 | 28 | 33 | 91 | 32 | 20 |
| Octal | 51 | 174 | 113 | 103 | 0 | 50 | 63 | 221 | 62 | 40 |
| Binary | 101001 | 1111100 | 1001011 | 1000011 | 0 | 101000 | 110011 | 10010001 | 110010 | 100000 |
Color Harmonies of #297C4B
Complementary color
Monochromatic Colors of #297C4B
Black with #297C4B
Text Example
Text Example
White with #297C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297C4B; }
p { color: rgb(41,124,75); }
H1.HeaderClassName
{
color: #297C4B;
}
.AnyTagClassName
{
color: #297C4B;
}
</style>
background-color css
<style>
a { background-color: #297C4B; }
a { background-color: rgb(41,124,75); }
div.DivClassName
{
background-color: #297C4B;
}
.BgClassName
{
background-color: #297C4B;
}
</style>
border-color css
<style>
span { border-color: #297C4B; }
span { border-color: rgb(41,124,75); }
td.TdClassName
{
border-color: #297C4B;
}
.TagClassName
{
border-color: #297C4B;
}
</style>