Shades of Amazon #2E7646
Tints of Amazon #2E7646
RGB
CMYK
RGB Variations
Color information
#2E7646 (or 0x2E7646) is known color: Amazon. HEX triplet: 2E, 76 and 46. RGB value is (46,118,70). Sum of RGB (Red+Green+Blue) = 46+118+70=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7646 is #D189B9. Grayscale: #5B5B5B. Windows color (decimal): -13732282 or 4617774. OLE color: 4617774.
HSL color Cylindrical-coordinate representation of color #2E7646: hue angle of 140º 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 #2E7646 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 70 | - |
| CMYK | 0.61 | 0 | 0.41 | 0.54 |
| HSL | 140º | 0.44% | 0.32% | - |
| HSV(B) | 140º | 0.61% | 0.46% | - |
| XYZ | 8.71 | 13.98 | 8.03 | - |
| YUV | 91 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 70 | 0.61 | 0 | 0.41 | 0.54 | 140 | 0.44 | 0.32 |
| Hex | 2E | 76 | 46 | 3D | 0 | 29 | 36 | 8C | 2C | 20 |
| Octal | 56 | 166 | 106 | 75 | 0 | 51 | 66 | 214 | 54 | 40 |
| Binary | 101110 | 1110110 | 1000110 | 111101 | 0 | 101001 | 110110 | 10001100 | 101100 | 100000 |
Color Harmonies of #2E7646
Complementary color
Monochromatic Colors of #2E7646
Black with #2E7646
Text Example
Text Example
White with #2E7646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7646; }
p { color: rgb(46,118,70); }
H1.HeaderClassName
{
color: #2E7646;
}
.AnyTagClassName
{
color: #2E7646;
}
</style>
background-color css
<style>
a { background-color: #2E7646; }
a { background-color: rgb(46,118,70); }
div.DivClassName
{
background-color: #2E7646;
}
.BgClassName
{
background-color: #2E7646;
}
</style>
border-color css
<style>
span { border-color: #2E7646; }
span { border-color: rgb(46,118,70); }
td.TdClassName
{
border-color: #2E7646;
}
.TagClassName
{
border-color: #2E7646;
}
</style>