Shades of Amazon #2E7B57
Tints of Amazon #2E7B57
RGB
CMYK
RGB Variations
Color information
#2E7B57 (or 0x2E7B57) is known color: Amazon. HEX triplet: 2E, 7B and 57. RGB value is (46,123,87). Sum of RGB (Red+Green+Blue) = 46+123+87=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #2E7B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7B57 is #D184A8. Grayscale: #5F5F5F. Windows color (decimal): -13730985 or 5733166. OLE color: 5733166.
HSL color Cylindrical-coordinate representation of color #2E7B57: hue angle of 151.95º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7B57 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 123 | 87 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.52 |
| HSL | 151.95º | 0.46% | 0.33% | - |
| HSV(B) | 151.95º | 0.63% | 0.48% | - |
| XYZ | 9.93 | 15.43 | 11.47 | - |
| YUV | 95.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 123 | 87 | 0.63 | 0 | 0.29 | 0.52 | 151.95 | 0.46 | 0.33 |
| Hex | 2E | 7B | 57 | 3F | 0 | 1D | 34 | 98 | 2E | 21 |
| Octal | 56 | 173 | 127 | 77 | 0 | 35 | 64 | 230 | 56 | 41 |
| Binary | 101110 | 1111011 | 1010111 | 111111 | 0 | 11101 | 110100 | 10011000 | 101110 | 100001 |
Color Harmonies of #2E7B57
Complementary color
Monochromatic Colors of #2E7B57
Black with #2E7B57
Text Example
Text Example
White with #2E7B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7B57; }
p { color: rgb(46,123,87); }
H1.HeaderClassName
{
color: #2E7B57;
}
.AnyTagClassName
{
color: #2E7B57;
}
</style>
background-color css
<style>
a { background-color: #2E7B57; }
a { background-color: rgb(46,123,87); }
div.DivClassName
{
background-color: #2E7B57;
}
.BgClassName
{
background-color: #2E7B57;
}
</style>
border-color css
<style>
span { border-color: #2E7B57; }
span { border-color: rgb(46,123,87); }
td.TdClassName
{
border-color: #2E7B57;
}
.TagClassName
{
border-color: #2E7B57;
}
</style>