Shades of Amazon #2E7659
Tints of Amazon #2E7659
RGB
CMYK
RGB Variations
Color information
#2E7659 (or 0x2E7659) is known color: Amazon. HEX triplet: 2E, 76 and 59. RGB value is (46,118,89). Sum of RGB (Red+Green+Blue) = 46+118+89=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7659 is #D189A6. Grayscale: #5D5D5D. Windows color (decimal): -13732263 or 5862958. OLE color: 5862958.
HSL color Cylindrical-coordinate representation of color #2E7659: hue angle of 155.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 #2E7659 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 89 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.54 |
| HSL | 155.83º | 0.44% | 0.32% | - |
| HSV(B) | 155.83º | 0.61% | 0.46% | - |
| XYZ | 9.41 | 14.26 | 11.71 | - |
| YUV | 93.17 | 125.65 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 89 | 0.61 | 0 | 0.25 | 0.54 | 155.83 | 0.44 | 0.32 |
| Hex | 2E | 76 | 59 | 3D | 0 | 19 | 36 | 9C | 2C | 20 |
| Octal | 56 | 166 | 131 | 75 | 0 | 31 | 66 | 234 | 54 | 40 |
| Binary | 101110 | 1110110 | 1011001 | 111101 | 0 | 11001 | 110110 | 10011100 | 101100 | 100000 |
Color Harmonies of #2E7659
Complementary color
Monochromatic Colors of #2E7659
Black with #2E7659
Text Example
Text Example
White with #2E7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7659; }
p { color: rgb(46,118,89); }
H1.HeaderClassName
{
color: #2E7659;
}
.AnyTagClassName
{
color: #2E7659;
}
</style>
background-color css
<style>
a { background-color: #2E7659; }
a { background-color: rgb(46,118,89); }
div.DivClassName
{
background-color: #2E7659;
}
.BgClassName
{
background-color: #2E7659;
}
</style>
border-color css
<style>
span { border-color: #2E7659; }
span { border-color: rgb(46,118,89); }
td.TdClassName
{
border-color: #2E7659;
}
.TagClassName
{
border-color: #2E7659;
}
</style>