Shades of Amazon #2E7D44
Tints of Amazon #2E7D44
RGB
CMYK
RGB Variations
Color information
#2E7D44 (or 0x2E7D44) is known color: Amazon. HEX triplet: 2E, 7D and 44. RGB value is (46,125,68). Sum of RGB (Red+Green+Blue) = 46+125+68=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7D44 is #D182BB. Grayscale: #5F5F5F. Windows color (decimal): -13730492 or 4488494. OLE color: 4488494.
HSL color Cylindrical-coordinate representation of color #2E7D44: hue angle of 136.71º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7D44 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 125 | 68 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.51 |
| HSL | 136.71º | 0.46% | 0.34% | - |
| HSV(B) | 136.71º | 0.63% | 0.49% | - |
| XYZ | 9.5 | 15.67 | 7.99 | - |
| YUV | 94.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 68 | 0.63 | 0 | 0.46 | 0.51 | 136.71 | 0.46 | 0.34 |
| Hex | 2E | 7D | 44 | 3F | 0 | 2E | 33 | 89 | 2E | 22 |
| Octal | 56 | 175 | 104 | 77 | 0 | 56 | 63 | 211 | 56 | 42 |
| Binary | 101110 | 1111101 | 1000100 | 111111 | 0 | 101110 | 110011 | 10001001 | 101110 | 100010 |
Color Harmonies of #2E7D44
Complementary color
Monochromatic Colors of #2E7D44
Black with #2E7D44
Text Example
Text Example
White with #2E7D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7D44; }
p { color: rgb(46,125,68); }
H1.HeaderClassName
{
color: #2E7D44;
}
.AnyTagClassName
{
color: #2E7D44;
}
</style>
background-color css
<style>
a { background-color: #2E7D44; }
a { background-color: rgb(46,125,68); }
div.DivClassName
{
background-color: #2E7D44;
}
.BgClassName
{
background-color: #2E7D44;
}
</style>
border-color css
<style>
span { border-color: #2E7D44; }
span { border-color: rgb(46,125,68); }
td.TdClassName
{
border-color: #2E7D44;
}
.TagClassName
{
border-color: #2E7D44;
}
</style>