Shades of Amazon #2E7352
Tints of Amazon #2E7352
RGB
CMYK
RGB Variations
Color information
#2E7352 (or 0x2E7352) is known color: Amazon. HEX triplet: 2E, 73 and 52. RGB value is (46,115,82). Sum of RGB (Red+Green+Blue) = 46+115+82=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7352 is #D18CAD. Grayscale: #5A5A5A. Windows color (decimal): -13733038 or 5403438. OLE color: 5403438.
HSL color Cylindrical-coordinate representation of color #2E7352: hue angle of 151.3º 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 #2E7352 is Cyan = 0.6, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 115 | 82 | - |
| CMYK | 0.6 | 0 | 0.29 | 0.55 |
| HSL | 151.3º | 0.43% | 0.32% | - |
| HSV(B) | 151.3º | 0.6% | 0.45% | - |
| XYZ | 8.78 | 13.45 | 10.12 | - |
| YUV | 90.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 115 | 82 | 0.6 | 0 | 0.29 | 0.55 | 151.3 | 0.43 | 0.32 |
| Hex | 2E | 73 | 52 | 3C | 0 | 1D | 37 | 97 | 2B | 20 |
| Octal | 56 | 163 | 122 | 74 | 0 | 35 | 67 | 227 | 53 | 40 |
| Binary | 101110 | 1110011 | 1010010 | 111100 | 0 | 11101 | 110111 | 10010111 | 101011 | 100000 |
Color Harmonies of #2E7352
Complementary color
Monochromatic Colors of #2E7352
Black with #2E7352
Text Example
Text Example
White with #2E7352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7352; }
p { color: rgb(46,115,82); }
H1.HeaderClassName
{
color: #2E7352;
}
.AnyTagClassName
{
color: #2E7352;
}
</style>
background-color css
<style>
a { background-color: #2E7352; }
a { background-color: rgb(46,115,82); }
div.DivClassName
{
background-color: #2E7352;
}
.BgClassName
{
background-color: #2E7352;
}
</style>
border-color css
<style>
span { border-color: #2E7352; }
span { border-color: rgb(46,115,82); }
td.TdClassName
{
border-color: #2E7352;
}
.TagClassName
{
border-color: #2E7352;
}
</style>