Shades of Amazon #2E824D
Tints of Amazon #2E824D
RGB
CMYK
RGB Variations
Color information
#2E824D (or 0x2E824D) is known color: Amazon. HEX triplet: 2E, 82 and 4D. RGB value is (46,130,77). Sum of RGB (Red+Green+Blue) = 46+130+77=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #2E824D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E824D is #D17DB2. Grayscale: #626262. Windows color (decimal): -13729203 or 5079598. OLE color: 5079598.
HSL color Cylindrical-coordinate representation of color #2E824D: hue angle of 142.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E824D is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 130 | 77 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.49 |
| HSL | 142.14º | 0.48% | 0.35% | - |
| HSV(B) | 142.14º | 0.65% | 0.51% | - |
| XYZ | 10.45 | 17.08 | 9.77 | - |
| YUV | 98.84 | 115.67 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 130 | 77 | 0.65 | 0 | 0.41 | 0.49 | 142.14 | 0.48 | 0.35 |
| Hex | 2E | 82 | 4D | 41 | 0 | 29 | 31 | 8E | 30 | 23 |
| Octal | 56 | 202 | 115 | 101 | 0 | 51 | 61 | 216 | 60 | 43 |
| Binary | 101110 | 10000010 | 1001101 | 1000001 | 0 | 101001 | 110001 | 10001110 | 110000 | 100011 |
Color Harmonies of #2E824D
Complementary color
Monochromatic Colors of #2E824D
Black with #2E824D
Text Example
Text Example
White with #2E824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E824D; }
p { color: rgb(46,130,77); }
H1.HeaderClassName
{
color: #2E824D;
}
.AnyTagClassName
{
color: #2E824D;
}
</style>
background-color css
<style>
a { background-color: #2E824D; }
a { background-color: rgb(46,130,77); }
div.DivClassName
{
background-color: #2E824D;
}
.BgClassName
{
background-color: #2E824D;
}
</style>
border-color css
<style>
span { border-color: #2E824D; }
span { border-color: rgb(46,130,77); }
td.TdClassName
{
border-color: #2E824D;
}
.TagClassName
{
border-color: #2E824D;
}
</style>