Shades of Amazon #2E7457
Tints of Amazon #2E7457
RGB
CMYK
RGB Variations
Color information
#2E7457 (or 0x2E7457) is known color: Amazon. HEX triplet: 2E, 74 and 57. RGB value is (46,116,87). Sum of RGB (Red+Green+Blue) = 46+116+87=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7457 is #D18BA8. Grayscale: #5B5B5B. Windows color (decimal): -13732777 or 5731374. OLE color: 5731374.
HSL color Cylindrical-coordinate representation of color #2E7457: hue angle of 155.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7457 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 116 | 87 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.55 |
| HSL | 155.14º | 0.43% | 0.32% | - |
| HSV(B) | 155.14º | 0.6% | 0.45% | - |
| XYZ | 9.09 | 13.76 | 11.19 | - |
| YUV | 91.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 116 | 87 | 0.60 | 0 | 0.25 | 0.55 | 155.14 | 0.43 | 0.32 |
| Hex | 2E | 74 | 57 | 3C | 0 | 19 | 37 | 9B | 2B | 20 |
| Octal | 56 | 164 | 127 | 74 | 0 | 31 | 67 | 233 | 53 | 40 |
| Binary | 101110 | 1110100 | 1010111 | 111100 | 0 | 11001 | 110111 | 10011011 | 101011 | 100000 |
Color Harmonies of #2E7457
Complementary color
Monochromatic Colors of #2E7457
Black with #2E7457
Text Example
Text Example
White with #2E7457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7457; }
p { color: rgb(46,116,87); }
H1.HeaderClassName
{
color: #2E7457;
}
.AnyTagClassName
{
color: #2E7457;
}
</style>
background-color css
<style>
a { background-color: #2E7457; }
a { background-color: rgb(46,116,87); }
div.DivClassName
{
background-color: #2E7457;
}
.BgClassName
{
background-color: #2E7457;
}
</style>
border-color css
<style>
span { border-color: #2E7457; }
span { border-color: rgb(46,116,87); }
td.TdClassName
{
border-color: #2E7457;
}
.TagClassName
{
border-color: #2E7457;
}
</style>