Shades of Amazon #2E764D
Tints of Amazon #2E764D
RGB
CMYK
RGB Variations
Color information
#2E764D (or 0x2E764D) is known color: Amazon. HEX triplet: 2E, 76 and 4D. RGB value is (46,118,77). Sum of RGB (Red+Green+Blue) = 46+118+77=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #2E764D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E764D is #D189B2. Grayscale: #5B5B5B. Windows color (decimal): -13732275 or 5076526. OLE color: 5076526.
HSL color Cylindrical-coordinate representation of color #2E764D: hue angle of 145.83º 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 #2E764D is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 77 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.54 |
| HSL | 145.83º | 0.44% | 0.32% | - |
| HSV(B) | 145.83º | 0.61% | 0.46% | - |
| XYZ | 8.94 | 14.07 | 9.27 | - |
| YUV | 91.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 77 | 0.61 | 0 | 0.35 | 0.54 | 145.83 | 0.44 | 0.32 |
| Hex | 2E | 76 | 4D | 3D | 0 | 23 | 36 | 92 | 2C | 20 |
| Octal | 56 | 166 | 115 | 75 | 0 | 43 | 66 | 222 | 54 | 40 |
| Binary | 101110 | 1110110 | 1001101 | 111101 | 0 | 100011 | 110110 | 10010010 | 101100 | 100000 |
Color Harmonies of #2E764D
Complementary color
Monochromatic Colors of #2E764D
Black with #2E764D
Text Example
Text Example
White with #2E764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E764D; }
p { color: rgb(46,118,77); }
H1.HeaderClassName
{
color: #2E764D;
}
.AnyTagClassName
{
color: #2E764D;
}
</style>
background-color css
<style>
a { background-color: #2E764D; }
a { background-color: rgb(46,118,77); }
div.DivClassName
{
background-color: #2E764D;
}
.BgClassName
{
background-color: #2E764D;
}
</style>
border-color css
<style>
span { border-color: #2E764D; }
span { border-color: rgb(46,118,77); }
td.TdClassName
{
border-color: #2E764D;
}
.TagClassName
{
border-color: #2E764D;
}
</style>