Shades of Amazon #2E7655
Tints of Amazon #2E7655
RGB
CMYK
RGB Variations
Color information
#2E7655 (or 0x2E7655) is known color: Amazon. HEX triplet: 2E, 76 and 55. RGB value is (46,118,85). Sum of RGB (Red+Green+Blue) = 46+118+85=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7655 is #D189AA. Grayscale: #5C5C5C. Windows color (decimal): -13732267 or 5600814. OLE color: 5600814.
HSL color Cylindrical-coordinate representation of color #2E7655: hue angle of 152.5º 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 #2E7655 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 118 | 85 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.54 |
| HSL | 152.5º | 0.44% | 0.32% | - |
| HSV(B) | 152.5º | 0.61% | 0.46% | - |
| XYZ | 9.24 | 14.19 | 10.85 | - |
| YUV | 92.71 | 123.65 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 118 | 85 | 0.61 | 0 | 0.28 | 0.54 | 152.5 | 0.44 | 0.32 |
| Hex | 2E | 76 | 55 | 3D | 0 | 1C | 36 | 98 | 2C | 20 |
| Octal | 56 | 166 | 125 | 75 | 0 | 34 | 66 | 230 | 54 | 40 |
| Binary | 101110 | 1110110 | 1010101 | 111101 | 0 | 11100 | 110110 | 10011000 | 101100 | 100000 |
Color Harmonies of #2E7655
Complementary color
Monochromatic Colors of #2E7655
Black with #2E7655
Text Example
Text Example
White with #2E7655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7655; }
p { color: rgb(46,118,85); }
H1.HeaderClassName
{
color: #2E7655;
}
.AnyTagClassName
{
color: #2E7655;
}
</style>
background-color css
<style>
a { background-color: #2E7655; }
a { background-color: rgb(46,118,85); }
div.DivClassName
{
background-color: #2E7655;
}
.BgClassName
{
background-color: #2E7655;
}
</style>
border-color css
<style>
span { border-color: #2E7655; }
span { border-color: rgb(46,118,85); }
td.TdClassName
{
border-color: #2E7655;
}
.TagClassName
{
border-color: #2E7655;
}
</style>