Shades of Amazon #2E7355
Tints of Amazon #2E7355
RGB
CMYK
RGB Variations
Color information
#2E7355 (or 0x2E7355) is known color: Amazon. HEX triplet: 2E, 73 and 55. RGB value is (46,115,85). Sum of RGB (Red+Green+Blue) = 46+115+85=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7355 is #D18CAA. Grayscale: #5A5A5A. Windows color (decimal): -13733035 or 5600046. OLE color: 5600046.
HSL color Cylindrical-coordinate representation of color #2E7355: hue angle of 153.91º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7355 is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 85 | - |
| CMYK | 0.6 | 0 | 0.26 | 0.55 |
| HSL | 153.91º | 0.43% | 0.32% | - |
| HSV(B) | 153.91º | 0.6% | 0.45% | - |
| XYZ | 8.9 | 13.5 | 10.73 | - |
| YUV | 90.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 85 | 0.6 | 0 | 0.26 | 0.55 | 153.91 | 0.43 | 0.32 |
| Hex | 2E | 73 | 55 | 3C | 0 | 1A | 37 | 9A | 2B | 20 |
| Octal | 56 | 163 | 125 | 74 | 0 | 32 | 67 | 232 | 53 | 40 |
| Binary | 101110 | 1110011 | 1010101 | 111100 | 0 | 11010 | 110111 | 10011010 | 101011 | 100000 |
Color Harmonies of #2E7355
Complementary color
Monochromatic Colors of #2E7355
Black with #2E7355
Text Example
Text Example
White with #2E7355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7355; }
p { color: rgb(46,115,85); }
H1.HeaderClassName
{
color: #2E7355;
}
.AnyTagClassName
{
color: #2E7355;
}
</style>
background-color css
<style>
a { background-color: #2E7355; }
a { background-color: rgb(46,115,85); }
div.DivClassName
{
background-color: #2E7355;
}
.BgClassName
{
background-color: #2E7355;
}
</style>
border-color css
<style>
span { border-color: #2E7355; }
span { border-color: rgb(46,115,85); }
td.TdClassName
{
border-color: #2E7355;
}
.TagClassName
{
border-color: #2E7355;
}
</style>