Shades of Amazon #297845
Tints of Amazon #297845
RGB
CMYK
RGB Variations
Color information
#297845 (or 0x297845) is known color: Amazon. HEX triplet: 29, 78 and 45. RGB value is (41,120,69). Sum of RGB (Red+Green+Blue) = 41+120+69=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #297845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297845 is #D687BA. Grayscale: #5A5A5A. Windows color (decimal): -14059451 or 4552745. OLE color: 4552745.
HSL color Cylindrical-coordinate representation of color #297845: hue angle of 141.27º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297845 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 120 | 69 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.53 |
| HSL | 141.27º | 0.49% | 0.32% | - |
| HSV(B) | 141.27º | 0.66% | 0.47% | - |
| XYZ | 8.71 | 14.33 | 7.94 | - |
| YUV | 90.57 | 115.83 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 69 | 0.66 | 0 | 0.42 | 0.53 | 141.27 | 0.49 | 0.32 |
| Hex | 29 | 78 | 45 | 42 | 0 | 2A | 35 | 8D | 31 | 20 |
| Octal | 51 | 170 | 105 | 102 | 0 | 52 | 65 | 215 | 61 | 40 |
| Binary | 101001 | 1111000 | 1000101 | 1000010 | 0 | 101010 | 110101 | 10001101 | 110001 | 100000 |
Color Harmonies of #297845
Complementary color
Monochromatic Colors of #297845
Black with #297845
Text Example
Text Example
White with #297845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297845; }
p { color: rgb(41,120,69); }
H1.HeaderClassName
{
color: #297845;
}
.AnyTagClassName
{
color: #297845;
}
</style>
background-color css
<style>
a { background-color: #297845; }
a { background-color: rgb(41,120,69); }
div.DivClassName
{
background-color: #297845;
}
.BgClassName
{
background-color: #297845;
}
</style>
border-color css
<style>
span { border-color: #297845; }
span { border-color: rgb(41,120,69); }
td.TdClassName
{
border-color: #297845;
}
.TagClassName
{
border-color: #297845;
}
</style>