Shades of Amazon #2E7D58
Tints of Amazon #2E7D58
RGB
CMYK
RGB Variations
Color information
#2E7D58 (or 0x2E7D58) is known color: Amazon. HEX triplet: 2E, 7D and 58. RGB value is (46,125,88). Sum of RGB (Red+Green+Blue) = 46+125+88=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D58 is #D182A7. Grayscale: #616161. Windows color (decimal): -13730472 or 5799214. OLE color: 5799214.
HSL color Cylindrical-coordinate representation of color #2E7D58: hue angle of 151.9º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7D58 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 88 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.51 |
| HSL | 151.9º | 0.46% | 0.34% | - |
| HSV(B) | 151.9º | 0.63% | 0.49% | - |
| XYZ | 10.22 | 15.95 | 11.77 | - |
| YUV | 97.16 | 122.83 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 88 | 0.63 | 0 | 0.30 | 0.51 | 151.9 | 0.46 | 0.34 |
| Hex | 2E | 7D | 58 | 3F | 0 | 1E | 33 | 98 | 2E | 22 |
| Octal | 56 | 175 | 130 | 77 | 0 | 36 | 63 | 230 | 56 | 42 |
| Binary | 101110 | 1111101 | 1011000 | 111111 | 0 | 11110 | 110011 | 10011000 | 101110 | 100010 |
Color Harmonies of #2E7D58
Complementary color
Monochromatic Colors of #2E7D58
Black with #2E7D58
Text Example
Text Example
White with #2E7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D58; }
p { color: rgb(46,125,88); }
H1.HeaderClassName
{
color: #2E7D58;
}
.AnyTagClassName
{
color: #2E7D58;
}
</style>
background-color css
<style>
a { background-color: #2E7D58; }
a { background-color: rgb(46,125,88); }
div.DivClassName
{
background-color: #2E7D58;
}
.BgClassName
{
background-color: #2E7D58;
}
</style>
border-color css
<style>
span { border-color: #2E7D58; }
span { border-color: rgb(46,125,88); }
td.TdClassName
{
border-color: #2E7D58;
}
.TagClassName
{
border-color: #2E7D58;
}
</style>