Shades of Amazon #2E7357
Tints of Amazon #2E7357
RGB
CMYK
RGB Variations
Color information
#2E7357 (or 0x2E7357) is known color: Amazon. HEX triplet: 2E, 73 and 57. RGB value is (46,115,87). Sum of RGB (Red+Green+Blue) = 46+115+87=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7357 is #D18CA8. Grayscale: #5B5B5B. Windows color (decimal): -13733033 or 5731118. OLE color: 5731118.
HSL color Cylindrical-coordinate representation of color #2E7357: hue angle of 155.65º 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 #2E7357 is Cyan = 0.6, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 87 | - |
| CMYK | 0.6 | 0 | 0.24 | 0.55 |
| HSL | 155.65º | 0.43% | 0.32% | - |
| HSV(B) | 155.65º | 0.6% | 0.45% | - |
| XYZ | 8.98 | 13.53 | 11.16 | - |
| YUV | 91.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 87 | 0.6 | 0 | 0.24 | 0.55 | 155.65 | 0.43 | 0.32 |
| Hex | 2E | 73 | 57 | 3C | 0 | 18 | 37 | 9C | 2B | 20 |
| Octal | 56 | 163 | 127 | 74 | 0 | 30 | 67 | 234 | 53 | 40 |
| Binary | 101110 | 1110011 | 1010111 | 111100 | 0 | 11000 | 110111 | 10011100 | 101011 | 100000 |
Color Harmonies of #2E7357
Complementary color
Monochromatic Colors of #2E7357
Black with #2E7357
Text Example
Text Example
White with #2E7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7357; }
p { color: rgb(46,115,87); }
H1.HeaderClassName
{
color: #2E7357;
}
.AnyTagClassName
{
color: #2E7357;
}
</style>
background-color css
<style>
a { background-color: #2E7357; }
a { background-color: rgb(46,115,87); }
div.DivClassName
{
background-color: #2E7357;
}
.BgClassName
{
background-color: #2E7357;
}
</style>
border-color css
<style>
span { border-color: #2E7357; }
span { border-color: rgb(46,115,87); }
td.TdClassName
{
border-color: #2E7357;
}
.TagClassName
{
border-color: #2E7357;
}
</style>