Shades of Amazon #2E7759
Tints of Amazon #2E7759
RGB
CMYK
RGB Variations
Color information
#2E7759 (or 0x2E7759) is known color: Amazon. HEX triplet: 2E, 77 and 59. RGB value is (46,119,89). Sum of RGB (Red+Green+Blue) = 46+119+89=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7759 is #D188A6. Grayscale: #5D5D5D. Windows color (decimal): -13732007 or 5863214. OLE color: 5863214.
HSL color Cylindrical-coordinate representation of color #2E7759: hue angle of 155.34º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7759 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 89 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.53 |
| HSL | 155.34º | 0.44% | 0.32% | - |
| HSV(B) | 155.34º | 0.61% | 0.47% | - |
| XYZ | 9.53 | 14.5 | 11.75 | - |
| YUV | 93.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 89 | 0.61 | 0 | 0.25 | 0.53 | 155.34 | 0.44 | 0.32 |
| Hex | 2E | 77 | 59 | 3D | 0 | 19 | 35 | 9B | 2C | 20 |
| Octal | 56 | 167 | 131 | 75 | 0 | 31 | 65 | 233 | 54 | 40 |
| Binary | 101110 | 1110111 | 1011001 | 111101 | 0 | 11001 | 110101 | 10011011 | 101100 | 100000 |
Color Harmonies of #2E7759
Complementary color
Monochromatic Colors of #2E7759
Black with #2E7759
Text Example
Text Example
White with #2E7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7759; }
p { color: rgb(46,119,89); }
H1.HeaderClassName
{
color: #2E7759;
}
.AnyTagClassName
{
color: #2E7759;
}
</style>
background-color css
<style>
a { background-color: #2E7759; }
a { background-color: rgb(46,119,89); }
div.DivClassName
{
background-color: #2E7759;
}
.BgClassName
{
background-color: #2E7759;
}
</style>
border-color css
<style>
span { border-color: #2E7759; }
span { border-color: rgb(46,119,89); }
td.TdClassName
{
border-color: #2E7759;
}
.TagClassName
{
border-color: #2E7759;
}
</style>