Shades of Amazon #2E7559
Tints of Amazon #2E7559
RGB
CMYK
RGB Variations
Color information
#2E7559 (or 0x2E7559) is known color: Amazon. HEX triplet: 2E, 75 and 59. RGB value is (46,117,89). Sum of RGB (Red+Green+Blue) = 46+117+89=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7559 is #D18AA6. Grayscale: #5C5C5C. Windows color (decimal): -13732519 or 5862702. OLE color: 5862702.
HSL color Cylindrical-coordinate representation of color #2E7559: hue angle of 156.34º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7559 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 89 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.54 |
| HSL | 156.34º | 0.44% | 0.32% | - |
| HSV(B) | 156.34º | 0.61% | 0.46% | - |
| XYZ | 9.29 | 14.02 | 11.67 | - |
| YUV | 92.58 | 125.98 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 89 | 0.61 | 0 | 0.24 | 0.54 | 156.34 | 0.44 | 0.32 |
| Hex | 2E | 75 | 59 | 3D | 0 | 18 | 36 | 9C | 2C | 20 |
| Octal | 56 | 165 | 131 | 75 | 0 | 30 | 66 | 234 | 54 | 40 |
| Binary | 101110 | 1110101 | 1011001 | 111101 | 0 | 11000 | 110110 | 10011100 | 101100 | 100000 |
Color Harmonies of #2E7559
Complementary color
Monochromatic Colors of #2E7559
Black with #2E7559
Text Example
Text Example
White with #2E7559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7559; }
p { color: rgb(46,117,89); }
H1.HeaderClassName
{
color: #2E7559;
}
.AnyTagClassName
{
color: #2E7559;
}
</style>
background-color css
<style>
a { background-color: #2E7559; }
a { background-color: rgb(46,117,89); }
div.DivClassName
{
background-color: #2E7559;
}
.BgClassName
{
background-color: #2E7559;
}
</style>
border-color css
<style>
span { border-color: #2E7559; }
span { border-color: rgb(46,117,89); }
td.TdClassName
{
border-color: #2E7559;
}
.TagClassName
{
border-color: #2E7559;
}
</style>