Shades of Amazon #2E8245
Tints of Amazon #2E8245
RGB
CMYK
RGB Variations
Color information
#2E8245 (or 0x2E8245) is known color: Amazon. HEX triplet: 2E, 82 and 45. RGB value is (46,130,69). Sum of RGB (Red+Green+Blue) = 46+130+69=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #2E8245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8245 is #D17DBA. Grayscale: #626262. Windows color (decimal): -13729211 or 4555310. OLE color: 4555310.
HSL color Cylindrical-coordinate representation of color #2E8245: hue angle of 136.43º 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 #2E8245 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 46 | 130 | 69 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.49 |
| HSL | 136.43º | 0.48% | 0.35% | - |
| HSV(B) | 136.43º | 0.65% | 0.51% | - |
| XYZ | 10.18 | 16.98 | 8.37 | - |
| YUV | 97.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 130 | 69 | 0.65 | 0 | 0.47 | 0.49 | 136.43 | 0.48 | 0.35 |
| Hex | 2E | 82 | 45 | 41 | 0 | 2F | 31 | 88 | 30 | 23 |
| Octal | 56 | 202 | 105 | 101 | 0 | 57 | 61 | 210 | 60 | 43 |
| Binary | 101110 | 10000010 | 1000101 | 1000001 | 0 | 101111 | 110001 | 10001000 | 110000 | 100011 |
Color Harmonies of #2E8245
Complementary color
Monochromatic Colors of #2E8245
Black with #2E8245
Text Example
Text Example
White with #2E8245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8245; }
p { color: rgb(46,130,69); }
H1.HeaderClassName
{
color: #2E8245;
}
.AnyTagClassName
{
color: #2E8245;
}
</style>
background-color css
<style>
a { background-color: #2E8245; }
a { background-color: rgb(46,130,69); }
div.DivClassName
{
background-color: #2E8245;
}
.BgClassName
{
background-color: #2E8245;
}
</style>
border-color css
<style>
span { border-color: #2E8245; }
span { border-color: rgb(46,130,69); }
td.TdClassName
{
border-color: #2E8245;
}
.TagClassName
{
border-color: #2E8245;
}
</style>