Shades of Amazon #2E754D
Tints of Amazon #2E754D
RGB
CMYK
RGB Variations
Color information
#2E754D (or 0x2E754D) is known color: Amazon. HEX triplet: 2E, 75 and 4D. RGB value is (46,117,77). Sum of RGB (Red+Green+Blue) = 46+117+77=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #2E754D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E754D is #D18AB2. Grayscale: #5B5B5B. Windows color (decimal): -13732531 or 5076270. OLE color: 5076270.
HSL color Cylindrical-coordinate representation of color #2E754D: hue angle of 146.2º 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 #2E754D is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 77 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.54 |
| HSL | 146.2º | 0.44% | 0.32% | - |
| HSV(B) | 146.2º | 0.61% | 0.46% | - |
| XYZ | 8.83 | 13.84 | 9.23 | - |
| YUV | 91.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 77 | 0.61 | 0 | 0.34 | 0.54 | 146.2 | 0.44 | 0.32 |
| Hex | 2E | 75 | 4D | 3D | 0 | 22 | 36 | 92 | 2C | 20 |
| Octal | 56 | 165 | 115 | 75 | 0 | 42 | 66 | 222 | 54 | 40 |
| Binary | 101110 | 1110101 | 1001101 | 111101 | 0 | 100010 | 110110 | 10010010 | 101100 | 100000 |
Color Harmonies of #2E754D
Complementary color
Monochromatic Colors of #2E754D
Black with #2E754D
Text Example
Text Example
White with #2E754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E754D; }
p { color: rgb(46,117,77); }
H1.HeaderClassName
{
color: #2E754D;
}
.AnyTagClassName
{
color: #2E754D;
}
</style>
background-color css
<style>
a { background-color: #2E754D; }
a { background-color: rgb(46,117,77); }
div.DivClassName
{
background-color: #2E754D;
}
.BgClassName
{
background-color: #2E754D;
}
</style>
border-color css
<style>
span { border-color: #2E754D; }
span { border-color: rgb(46,117,77); }
td.TdClassName
{
border-color: #2E754D;
}
.TagClassName
{
border-color: #2E754D;
}
</style>