Shades of Amazon #2E7546
Tints of Amazon #2E7546
RGB
CMYK
RGB Variations
Color information
#2E7546 (or 0x2E7546) is known color: Amazon. HEX triplet: 2E, 75 and 46. RGB value is (46,117,70). Sum of RGB (Red+Green+Blue) = 46+117+70=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 117 (46.09% from 255 or 50.21% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7546 is #D18AB9. Grayscale: #5A5A5A. Windows color (decimal): -13732538 or 4617518. OLE color: 4617518.
HSL color Cylindrical-coordinate representation of color #2E7546: hue angle of 140.28º 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 #2E7546 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 70 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.54 |
| HSL | 140.28º | 0.44% | 0.32% | - |
| HSV(B) | 140.28º | 0.61% | 0.46% | - |
| XYZ | 8.59 | 13.75 | 7.99 | - |
| YUV | 90.41 | 116.48 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 70 | 0.61 | 0 | 0.40 | 0.54 | 140.28 | 0.44 | 0.32 |
| Hex | 2E | 75 | 46 | 3D | 0 | 28 | 36 | 8C | 2C | 20 |
| Octal | 56 | 165 | 106 | 75 | 0 | 50 | 66 | 214 | 54 | 40 |
| Binary | 101110 | 1110101 | 1000110 | 111101 | 0 | 101000 | 110110 | 10001100 | 101100 | 100000 |
Color Harmonies of #2E7546
Complementary color
Monochromatic Colors of #2E7546
Black with #2E7546
Text Example
Text Example
White with #2E7546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7546; }
p { color: rgb(46,117,70); }
H1.HeaderClassName
{
color: #2E7546;
}
.AnyTagClassName
{
color: #2E7546;
}
</style>
background-color css
<style>
a { background-color: #2E7546; }
a { background-color: rgb(46,117,70); }
div.DivClassName
{
background-color: #2E7546;
}
.BgClassName
{
background-color: #2E7546;
}
</style>
border-color css
<style>
span { border-color: #2E7546; }
span { border-color: rgb(46,117,70); }
td.TdClassName
{
border-color: #2E7546;
}
.TagClassName
{
border-color: #2E7546;
}
</style>