Shades of Amazon #2E7848
Tints of Amazon #2E7848
RGB
CMYK
RGB Variations
Color information
#2E7848 (or 0x2E7848) is known color: Amazon. HEX triplet: 2E, 78 and 48. RGB value is (46,120,72). Sum of RGB (Red+Green+Blue) = 46+120+72=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7848 is #D187B7. Grayscale: #5C5C5C. Windows color (decimal): -13731768 or 4749358. OLE color: 4749358.
HSL color Cylindrical-coordinate representation of color #2E7848: hue angle of 141.08º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7848 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 120 | 72 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.53 |
| HSL | 141.08º | 0.45% | 0.33% | - |
| HSV(B) | 141.08º | 0.62% | 0.47% | - |
| XYZ | 9.01 | 14.48 | 8.45 | - |
| YUV | 92.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 120 | 72 | 0.62 | 0 | 0.40 | 0.53 | 141.08 | 0.45 | 0.33 |
| Hex | 2E | 78 | 48 | 3E | 0 | 28 | 35 | 8D | 2D | 21 |
| Octal | 56 | 170 | 110 | 76 | 0 | 50 | 65 | 215 | 55 | 41 |
| Binary | 101110 | 1111000 | 1001000 | 111110 | 0 | 101000 | 110101 | 10001101 | 101101 | 100001 |
Color Harmonies of #2E7848
Complementary color
Monochromatic Colors of #2E7848
Black with #2E7848
Text Example
Text Example
White with #2E7848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7848; }
p { color: rgb(46,120,72); }
H1.HeaderClassName
{
color: #2E7848;
}
.AnyTagClassName
{
color: #2E7848;
}
</style>
background-color css
<style>
a { background-color: #2E7848; }
a { background-color: rgb(46,120,72); }
div.DivClassName
{
background-color: #2E7848;
}
.BgClassName
{
background-color: #2E7848;
}
</style>
border-color css
<style>
span { border-color: #2E7848; }
span { border-color: rgb(46,120,72); }
td.TdClassName
{
border-color: #2E7848;
}
.TagClassName
{
border-color: #2E7848;
}
</style>