Shades of Amazon #297755
Tints of Amazon #297755
RGB
CMYK
RGB Variations
Color information
#297755 (or 0x297755) is known color: Amazon. HEX triplet: 29, 77 and 55. RGB value is (41,119,85). Sum of RGB (Red+Green+Blue) = 41+119+85=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #297755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297755 is #D688AA. Grayscale: #5B5B5B. Windows color (decimal): -14059691 or 5601065. OLE color: 5601065.
HSL color Cylindrical-coordinate representation of color #297755: hue angle of 153.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 #297755 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 41 | 119 | 85 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.53 |
| HSL | 153.85º | 0.49% | 0.31% | - |
| HSV(B) | 153.85º | 0.66% | 0.47% | - |
| XYZ | 9.15 | 14.32 | 10.88 | - |
| YUV | 91.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 119 | 85 | 0.66 | 0 | 0.29 | 0.53 | 153.85 | 0.49 | 0.31 |
| Hex | 29 | 77 | 55 | 42 | 0 | 1D | 35 | 9A | 31 | 1F |
| Octal | 51 | 167 | 125 | 102 | 0 | 35 | 65 | 232 | 61 | 37 |
| Binary | 101001 | 1110111 | 1010101 | 1000010 | 0 | 11101 | 110101 | 10011010 | 110001 | 11111 |
Color Harmonies of #297755
Complementary color
Monochromatic Colors of #297755
Black with #297755
Text Example
Text Example
White with #297755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297755; }
p { color: rgb(41,119,85); }
H1.HeaderClassName
{
color: #297755;
}
.AnyTagClassName
{
color: #297755;
}
</style>
background-color css
<style>
a { background-color: #297755; }
a { background-color: rgb(41,119,85); }
div.DivClassName
{
background-color: #297755;
}
.BgClassName
{
background-color: #297755;
}
</style>
border-color css
<style>
span { border-color: #297755; }
span { border-color: rgb(41,119,85); }
td.TdClassName
{
border-color: #297755;
}
.TagClassName
{
border-color: #297755;
}
</style>