Shades of Amazon #2E7350
Tints of Amazon #2E7350
RGB
CMYK
RGB Variations
Color information
#2E7350 (or 0x2E7350) is known color: Amazon. HEX triplet: 2E, 73 and 50. RGB value is (46,115,80). Sum of RGB (Red+Green+Blue) = 46+115+80=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7350 is #D18CAF. Grayscale: #5A5A5A. Windows color (decimal): -13733040 or 5272366. OLE color: 5272366.
HSL color Cylindrical-coordinate representation of color #2E7350: hue angle of 149.57º 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 #2E7350 is Cyan = 0.6, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 80 | - |
| CMYK | 0.6 | 0 | 0.30 | 0.55 |
| HSL | 149.57º | 0.43% | 0.32% | - |
| HSV(B) | 149.57º | 0.6% | 0.45% | - |
| XYZ | 8.71 | 13.42 | 9.72 | - |
| YUV | 90.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 80 | 0.6 | 0 | 0.30 | 0.55 | 149.57 | 0.43 | 0.32 |
| Hex | 2E | 73 | 50 | 3C | 0 | 1E | 37 | 96 | 2B | 20 |
| Octal | 56 | 163 | 120 | 74 | 0 | 36 | 67 | 226 | 53 | 40 |
| Binary | 101110 | 1110011 | 1010000 | 111100 | 0 | 11110 | 110111 | 10010110 | 101011 | 100000 |
Color Harmonies of #2E7350
Complementary color
Monochromatic Colors of #2E7350
Black with #2E7350
Text Example
Text Example
White with #2E7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7350; }
p { color: rgb(46,115,80); }
H1.HeaderClassName
{
color: #2E7350;
}
.AnyTagClassName
{
color: #2E7350;
}
</style>
background-color css
<style>
a { background-color: #2E7350; }
a { background-color: rgb(46,115,80); }
div.DivClassName
{
background-color: #2E7350;
}
.BgClassName
{
background-color: #2E7350;
}
</style>
border-color css
<style>
span { border-color: #2E7350; }
span { border-color: rgb(46,115,80); }
td.TdClassName
{
border-color: #2E7350;
}
.TagClassName
{
border-color: #2E7350;
}
</style>