Shades of Amazon #2E7D55
Tints of Amazon #2E7D55
RGB
CMYK
RGB Variations
Color information
#2E7D55 (or 0x2E7D55) is known color: Amazon. HEX triplet: 2E, 7D and 55. RGB value is (46,125,85). Sum of RGB (Red+Green+Blue) = 46+125+85=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D55 is #D182AA. Grayscale: #606060. Windows color (decimal): -13730475 or 5602606. OLE color: 5602606.
HSL color Cylindrical-coordinate representation of color #2E7D55: hue angle of 149.62º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7D55 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 85 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.51 |
| HSL | 149.62º | 0.46% | 0.34% | - |
| HSV(B) | 149.62º | 0.63% | 0.49% | - |
| XYZ | 10.1 | 15.9 | 11.13 | - |
| YUV | 96.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 85 | 0.63 | 0 | 0.32 | 0.51 | 149.62 | 0.46 | 0.34 |
| Hex | 2E | 7D | 55 | 3F | 0 | 20 | 33 | 96 | 2E | 22 |
| Octal | 56 | 175 | 125 | 77 | 0 | 40 | 63 | 226 | 56 | 42 |
| Binary | 101110 | 1111101 | 1010101 | 111111 | 0 | 100000 | 110011 | 10010110 | 101110 | 100010 |
Color Harmonies of #2E7D55
Complementary color
Monochromatic Colors of #2E7D55
Black with #2E7D55
Text Example
Text Example
White with #2E7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D55; }
p { color: rgb(46,125,85); }
H1.HeaderClassName
{
color: #2E7D55;
}
.AnyTagClassName
{
color: #2E7D55;
}
</style>
background-color css
<style>
a { background-color: #2E7D55; }
a { background-color: rgb(46,125,85); }
div.DivClassName
{
background-color: #2E7D55;
}
.BgClassName
{
background-color: #2E7D55;
}
</style>
border-color css
<style>
span { border-color: #2E7D55; }
span { border-color: rgb(46,125,85); }
td.TdClassName
{
border-color: #2E7D55;
}
.TagClassName
{
border-color: #2E7D55;
}
</style>