Shades of Amazon #2E804B
Tints of Amazon #2E804B
RGB
CMYK
RGB Variations
Color information
#2E804B (or 0x2E804B) is known color: Amazon. HEX triplet: 2E, 80 and 4B. RGB value is (46,128,75). Sum of RGB (Red+Green+Blue) = 46+128+75=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #2E804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E804B is #D17FB4. Grayscale: #616161. Windows color (decimal): -13729717 or 4948014. OLE color: 4948014.
HSL color Cylindrical-coordinate representation of color #2E804B: hue angle of 141.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E804B is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 46 | 128 | 75 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.50 |
| HSL | 141.22º | 0.47% | 0.34% | - |
| HSV(B) | 141.22º | 0.64% | 0.5% | - |
| XYZ | 10.12 | 16.53 | 9.31 | - |
| YUV | 97.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 128 | 75 | 0.64 | 0 | 0.41 | 0.50 | 141.22 | 0.47 | 0.34 |
| Hex | 2E | 80 | 4B | 40 | 0 | 29 | 32 | 8D | 2F | 22 |
| Octal | 56 | 200 | 113 | 100 | 0 | 51 | 62 | 215 | 57 | 42 |
| Binary | 101110 | 10000000 | 1001011 | 1000000 | 0 | 101001 | 110010 | 10001101 | 101111 | 100010 |
Color Harmonies of #2E804B
Complementary color
Monochromatic Colors of #2E804B
Black with #2E804B
Text Example
Text Example
White with #2E804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E804B; }
p { color: rgb(46,128,75); }
H1.HeaderClassName
{
color: #2E804B;
}
.AnyTagClassName
{
color: #2E804B;
}
</style>
background-color css
<style>
a { background-color: #2E804B; }
a { background-color: rgb(46,128,75); }
div.DivClassName
{
background-color: #2E804B;
}
.BgClassName
{
background-color: #2E804B;
}
</style>
border-color css
<style>
span { border-color: #2E804B; }
span { border-color: rgb(46,128,75); }
td.TdClassName
{
border-color: #2E804B;
}
.TagClassName
{
border-color: #2E804B;
}
</style>