Shades of Amazon #2E8445
Tints of Amazon #2E8445
RGB
CMYK
RGB Variations
Color information
#2E8445 (or 0x2E8445) is known color: Amazon. HEX triplet: 2E, 84 and 45. RGB value is (46,132,69). Sum of RGB (Red+Green+Blue) = 46+132+69=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8445 is #D17BBA. Grayscale: #636363. Windows color (decimal): -13728699 or 4555822. OLE color: 4555822.
HSL color Cylindrical-coordinate representation of color #2E8445: hue angle of 136.05º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8445 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 46 | 132 | 69 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.48 |
| HSL | 136.05º | 0.48% | 0.35% | - |
| HSV(B) | 136.05º | 0.65% | 0.52% | - |
| XYZ | 10.45 | 17.51 | 8.46 | - |
| YUV | 99.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 132 | 69 | 0.65 | 0 | 0.48 | 0.48 | 136.05 | 0.48 | 0.35 |
| Hex | 2E | 84 | 45 | 41 | 0 | 30 | 30 | 88 | 30 | 23 |
| Octal | 56 | 204 | 105 | 101 | 0 | 60 | 60 | 210 | 60 | 43 |
| Binary | 101110 | 10000100 | 1000101 | 1000001 | 0 | 110000 | 110000 | 10001000 | 110000 | 100011 |
Color Harmonies of #2E8445
Complementary color
Monochromatic Colors of #2E8445
Black with #2E8445
Text Example
Text Example
White with #2E8445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8445; }
p { color: rgb(46,132,69); }
H1.HeaderClassName
{
color: #2E8445;
}
.AnyTagClassName
{
color: #2E8445;
}
</style>
background-color css
<style>
a { background-color: #2E8445; }
a { background-color: rgb(46,132,69); }
div.DivClassName
{
background-color: #2E8445;
}
.BgClassName
{
background-color: #2E8445;
}
</style>
border-color css
<style>
span { border-color: #2E8445; }
span { border-color: rgb(46,132,69); }
td.TdClassName
{
border-color: #2E8445;
}
.TagClassName
{
border-color: #2E8445;
}
</style>