Shades of Amazon #297748
Tints of Amazon #297748
RGB
CMYK
RGB Variations
Color information
#297748 (or 0x297748) is known color: Amazon. HEX triplet: 29, 77 and 48. RGB value is (41,119,72). Sum of RGB (Red+Green+Blue) = 41+119+72=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 119 (46.88% from 255 or 51.29% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 119 - color contains mainly: green. Hex color #297748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297748 is #D688B7. Grayscale: #5A5A5A. Windows color (decimal): -14059704 or 4749097. OLE color: 4749097.
HSL color Cylindrical-coordinate representation of color #297748: hue angle of 143.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297748 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 72 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.53 |
| HSL | 143.85º | 0.49% | 0.31% | - |
| HSV(B) | 143.85º | 0.66% | 0.47% | - |
| XYZ | 8.68 | 14.13 | 8.4 | - |
| YUV | 90.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 72 | 0.66 | 0 | 0.39 | 0.53 | 143.85 | 0.49 | 0.31 |
| Hex | 29 | 77 | 48 | 42 | 0 | 27 | 35 | 90 | 31 | 1F |
| Octal | 51 | 167 | 110 | 102 | 0 | 47 | 65 | 220 | 61 | 37 |
| Binary | 101001 | 1110111 | 1001000 | 1000010 | 0 | 100111 | 110101 | 10010000 | 110001 | 11111 |
Color Harmonies of #297748
Complementary color
Monochromatic Colors of #297748
Black with #297748
Text Example
Text Example
White with #297748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297748; }
p { color: rgb(41,119,72); }
H1.HeaderClassName
{
color: #297748;
}
.AnyTagClassName
{
color: #297748;
}
</style>
background-color css
<style>
a { background-color: #297748; }
a { background-color: rgb(41,119,72); }
div.DivClassName
{
background-color: #297748;
}
.BgClassName
{
background-color: #297748;
}
</style>
border-color css
<style>
span { border-color: #297748; }
span { border-color: rgb(41,119,72); }
td.TdClassName
{
border-color: #297748;
}
.TagClassName
{
border-color: #297748;
}
</style>