Shades of Amazon #2E7756
Tints of Amazon #2E7756
RGB
CMYK
RGB Variations
Color information
#2E7756 (or 0x2E7756) is known color: Amazon. HEX triplet: 2E, 77 and 56. RGB value is (46,119,86). Sum of RGB (Red+Green+Blue) = 46+119+86=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7756 is #D188A9. Grayscale: #5D5D5D. Windows color (decimal): -13732010 or 5666606. OLE color: 5666606.
HSL color Cylindrical-coordinate representation of color #2E7756: hue angle of 152.88º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7756 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 86 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.53 |
| HSL | 152.88º | 0.44% | 0.32% | - |
| HSV(B) | 152.88º | 0.61% | 0.47% | - |
| XYZ | 9.4 | 14.45 | 11.1 | - |
| YUV | 93.41 | 123.82 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 86 | 0.61 | 0 | 0.28 | 0.53 | 152.88 | 0.44 | 0.32 |
| Hex | 2E | 77 | 56 | 3D | 0 | 1C | 35 | 99 | 2C | 20 |
| Octal | 56 | 167 | 126 | 75 | 0 | 34 | 65 | 231 | 54 | 40 |
| Binary | 101110 | 1110111 | 1010110 | 111101 | 0 | 11100 | 110101 | 10011001 | 101100 | 100000 |
Color Harmonies of #2E7756
Complementary color
Monochromatic Colors of #2E7756
Black with #2E7756
Text Example
Text Example
White with #2E7756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7756; }
p { color: rgb(46,119,86); }
H1.HeaderClassName
{
color: #2E7756;
}
.AnyTagClassName
{
color: #2E7756;
}
</style>
background-color css
<style>
a { background-color: #2E7756; }
a { background-color: rgb(46,119,86); }
div.DivClassName
{
background-color: #2E7756;
}
.BgClassName
{
background-color: #2E7756;
}
</style>
border-color css
<style>
span { border-color: #2E7756; }
span { border-color: rgb(46,119,86); }
td.TdClassName
{
border-color: #2E7756;
}
.TagClassName
{
border-color: #2E7756;
}
</style>