Shades of Amazon #297F44
Tints of Amazon #297F44
RGB
CMYK
RGB Variations
Color information
#297F44 (or 0x297F44) is known color: Amazon. HEX triplet: 29, 7F and 44. RGB value is (41,127,68). Sum of RGB (Red+Green+Blue) = 41+127+68=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #297F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297F44 is #D680BB. Grayscale: #5E5E5E. Windows color (decimal): -14057660 or 4489001. OLE color: 4489001.
HSL color Cylindrical-coordinate representation of color #297F44: hue angle of 138.84º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297F44 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 41 | 127 | 68 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.50 |
| HSL | 138.84º | 0.51% | 0.33% | - |
| HSV(B) | 138.84º | 0.68% | 0.5% | - |
| XYZ | 9.55 | 16.07 | 8.07 | - |
| YUV | 94.56 | 113.01 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 68 | 0.68 | 0 | 0.46 | 0.50 | 138.84 | 0.51 | 0.33 |
| Hex | 29 | 7F | 44 | 44 | 0 | 2E | 32 | 8B | 33 | 21 |
| Octal | 51 | 177 | 104 | 104 | 0 | 56 | 62 | 213 | 63 | 41 |
| Binary | 101001 | 1111111 | 1000100 | 1000100 | 0 | 101110 | 110010 | 10001011 | 110011 | 100001 |
Color Harmonies of #297F44
Complementary color
Monochromatic Colors of #297F44
Black with #297F44
Text Example
Text Example
White with #297F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297F44; }
p { color: rgb(41,127,68); }
H1.HeaderClassName
{
color: #297F44;
}
.AnyTagClassName
{
color: #297F44;
}
</style>
background-color css
<style>
a { background-color: #297F44; }
a { background-color: rgb(41,127,68); }
div.DivClassName
{
background-color: #297F44;
}
.BgClassName
{
background-color: #297F44;
}
</style>
border-color css
<style>
span { border-color: #297F44; }
span { border-color: rgb(41,127,68); }
td.TdClassName
{
border-color: #297F44;
}
.TagClassName
{
border-color: #297F44;
}
</style>