Shades of Amazon #2E7544
Tints of Amazon #2E7544
RGB
CMYK
RGB Variations
Color information
#2E7544 (or 0x2E7544) is known color: Amazon. HEX triplet: 2E, 75 and 44. RGB value is (46,117,68). Sum of RGB (Red+Green+Blue) = 46+117+68=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7544 is #D18ABB. Grayscale: #5A5A5A. Windows color (decimal): -13732540 or 4486446. OLE color: 4486446.
HSL color Cylindrical-coordinate representation of color #2E7544: hue angle of 138.59º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7544 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 46 | 117 | 68 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.54 |
| HSL | 138.59º | 0.44% | 0.32% | - |
| HSV(B) | 138.59º | 0.61% | 0.46% | - |
| XYZ | 8.53 | 13.72 | 7.67 | - |
| YUV | 90.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 117 | 68 | 0.61 | 0 | 0.42 | 0.54 | 138.59 | 0.44 | 0.32 |
| Hex | 2E | 75 | 44 | 3D | 0 | 2A | 36 | 8B | 2C | 20 |
| Octal | 56 | 165 | 104 | 75 | 0 | 52 | 66 | 213 | 54 | 40 |
| Binary | 101110 | 1110101 | 1000100 | 111101 | 0 | 101010 | 110110 | 10001011 | 101100 | 100000 |
Color Harmonies of #2E7544
Complementary color
Monochromatic Colors of #2E7544
Black with #2E7544
Text Example
Text Example
White with #2E7544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7544; }
p { color: rgb(46,117,68); }
H1.HeaderClassName
{
color: #2E7544;
}
.AnyTagClassName
{
color: #2E7544;
}
</style>
background-color css
<style>
a { background-color: #2E7544; }
a { background-color: rgb(46,117,68); }
div.DivClassName
{
background-color: #2E7544;
}
.BgClassName
{
background-color: #2E7544;
}
</style>
border-color css
<style>
span { border-color: #2E7544; }
span { border-color: rgb(46,117,68); }
td.TdClassName
{
border-color: #2E7544;
}
.TagClassName
{
border-color: #2E7544;
}
</style>