Shades of Amazon #2E7A43
Tints of Amazon #2E7A43
RGB
CMYK
RGB Variations
Color information
#2E7A43 (or 0x2E7A43) is known color: Amazon. HEX triplet: 2E, 7A and 43. RGB value is (46,122,67). Sum of RGB (Red+Green+Blue) = 46+122+67=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7A43 is #D185BC. Grayscale: #5D5D5D. Windows color (decimal): -13731261 or 4422190. OLE color: 4422190.
HSL color Cylindrical-coordinate representation of color #2E7A43: hue angle of 136.58º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7A43 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 122 | 67 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.52 |
| HSL | 136.58º | 0.45% | 0.33% | - |
| HSV(B) | 136.58º | 0.62% | 0.48% | - |
| XYZ | 9.1 | 14.91 | 7.71 | - |
| YUV | 93.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 67 | 0.62 | 0 | 0.45 | 0.52 | 136.58 | 0.45 | 0.33 |
| Hex | 2E | 7A | 43 | 3E | 0 | 2D | 34 | 89 | 2D | 21 |
| Octal | 56 | 172 | 103 | 76 | 0 | 55 | 64 | 211 | 55 | 41 |
| Binary | 101110 | 1111010 | 1000011 | 111110 | 0 | 101101 | 110100 | 10001001 | 101101 | 100001 |
Color Harmonies of #2E7A43
Complementary color
Monochromatic Colors of #2E7A43
Black with #2E7A43
Text Example
Text Example
White with #2E7A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A43; }
p { color: rgb(46,122,67); }
H1.HeaderClassName
{
color: #2E7A43;
}
.AnyTagClassName
{
color: #2E7A43;
}
</style>
background-color css
<style>
a { background-color: #2E7A43; }
a { background-color: rgb(46,122,67); }
div.DivClassName
{
background-color: #2E7A43;
}
.BgClassName
{
background-color: #2E7A43;
}
</style>
border-color css
<style>
span { border-color: #2E7A43; }
span { border-color: rgb(46,122,67); }
td.TdClassName
{
border-color: #2E7A43;
}
.TagClassName
{
border-color: #2E7A43;
}
</style>