Shades of Amazon #2E7653
Tints of Amazon #2E7653
RGB
CMYK
RGB Variations
Color information
#2E7653 (or 0x2E7653) is known color: Amazon. HEX triplet: 2E, 76 and 53. RGB value is (46,118,83). Sum of RGB (Red+Green+Blue) = 46+118+83=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7653 is #D189AC. Grayscale: #5C5C5C. Windows color (decimal): -13732269 or 5469742. OLE color: 5469742.
HSL color Cylindrical-coordinate representation of color #2E7653: hue angle of 150.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 #2E7653 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 83 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.54 |
| HSL | 150.83º | 0.44% | 0.32% | - |
| HSV(B) | 150.83º | 0.61% | 0.46% | - |
| XYZ | 9.17 | 14.16 | 10.43 | - |
| YUV | 92.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 83 | 0.61 | 0 | 0.30 | 0.54 | 150.83 | 0.44 | 0.32 |
| Hex | 2E | 76 | 53 | 3D | 0 | 1E | 36 | 97 | 2C | 20 |
| Octal | 56 | 166 | 123 | 75 | 0 | 36 | 66 | 227 | 54 | 40 |
| Binary | 101110 | 1110110 | 1010011 | 111101 | 0 | 11110 | 110110 | 10010111 | 101100 | 100000 |
Color Harmonies of #2E7653
Complementary color
Monochromatic Colors of #2E7653
Black with #2E7653
Text Example
Text Example
White with #2E7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7653; }
p { color: rgb(46,118,83); }
H1.HeaderClassName
{
color: #2E7653;
}
.AnyTagClassName
{
color: #2E7653;
}
</style>
background-color css
<style>
a { background-color: #2E7653; }
a { background-color: rgb(46,118,83); }
div.DivClassName
{
background-color: #2E7653;
}
.BgClassName
{
background-color: #2E7653;
}
</style>
border-color css
<style>
span { border-color: #2E7653; }
span { border-color: rgb(46,118,83); }
td.TdClassName
{
border-color: #2E7653;
}
.TagClassName
{
border-color: #2E7653;
}
</style>