Shades of Amazon #2E7248
Tints of Amazon #2E7248
RGB
CMYK
RGB Variations
Color information
#2E7248 (or 0x2E7248) is known color: Amazon. HEX triplet: 2E, 72 and 48. RGB value is (46,114,72). Sum of RGB (Red+Green+Blue) = 46+114+72=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7248 is #D18DB7. Grayscale: #585858. Windows color (decimal): -13733304 or 4747822. OLE color: 4747822.
HSL color Cylindrical-coordinate representation of color #2E7248: hue angle of 142.94º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7248 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 72 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.55 |
| HSL | 142.94º | 0.43% | 0.31% | - |
| HSV(B) | 142.94º | 0.6% | 0.45% | - |
| XYZ | 8.31 | 13.08 | 8.22 | - |
| YUV | 88.88 | 118.47 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 72 | 0.60 | 0 | 0.37 | 0.55 | 142.94 | 0.43 | 0.31 |
| Hex | 2E | 72 | 48 | 3C | 0 | 25 | 37 | 8F | 2A | 1F |
| Octal | 56 | 162 | 110 | 74 | 0 | 45 | 67 | 217 | 52 | 37 |
| Binary | 101110 | 1110010 | 1001000 | 111100 | 0 | 100101 | 110111 | 10001111 | 101010 | 11111 |
Color Harmonies of #2E7248
Complementary color
Monochromatic Colors of #2E7248
Black with #2E7248
Text Example
Text Example
White with #2E7248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7248; }
p { color: rgb(46,114,72); }
H1.HeaderClassName
{
color: #2E7248;
}
.AnyTagClassName
{
color: #2E7248;
}
</style>
background-color css
<style>
a { background-color: #2E7248; }
a { background-color: rgb(46,114,72); }
div.DivClassName
{
background-color: #2E7248;
}
.BgClassName
{
background-color: #2E7248;
}
</style>
border-color css
<style>
span { border-color: #2E7248; }
span { border-color: rgb(46,114,72); }
td.TdClassName
{
border-color: #2E7248;
}
.TagClassName
{
border-color: #2E7248;
}
</style>