Shades of Amazon #2E7153
Tints of Amazon #2E7153
RGB
CMYK
RGB Variations
Color information
#2E7153 (or 0x2E7153) is known color: Amazon. HEX triplet: 2E, 71 and 53. RGB value is (46,113,83). Sum of RGB (Red+Green+Blue) = 46+113+83=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7153 is #D18EAC. Grayscale: #595959. Windows color (decimal): -13733549 or 5468462. OLE color: 5468462.
HSL color Cylindrical-coordinate representation of color #2E7153: hue angle of 153.13º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7153 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 113 | 83 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.56 |
| HSL | 153.13º | 0.42% | 0.31% | - |
| HSV(B) | 153.13º | 0.59% | 0.44% | - |
| XYZ | 8.59 | 13.02 | 10.24 | - |
| YUV | 89.55 | 124.3 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 83 | 0.59 | 0 | 0.27 | 0.56 | 153.13 | 0.42 | 0.31 |
| Hex | 2E | 71 | 53 | 3B | 0 | 1B | 38 | 99 | 2A | 1F |
| Octal | 56 | 161 | 123 | 73 | 0 | 33 | 70 | 231 | 52 | 37 |
| Binary | 101110 | 1110001 | 1010011 | 111011 | 0 | 11011 | 111000 | 10011001 | 101010 | 11111 |
Color Harmonies of #2E7153
Complementary color
Monochromatic Colors of #2E7153
Black with #2E7153
Text Example
Text Example
White with #2E7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7153; }
p { color: rgb(46,113,83); }
H1.HeaderClassName
{
color: #2E7153;
}
.AnyTagClassName
{
color: #2E7153;
}
</style>
background-color css
<style>
a { background-color: #2E7153; }
a { background-color: rgb(46,113,83); }
div.DivClassName
{
background-color: #2E7153;
}
.BgClassName
{
background-color: #2E7153;
}
</style>
border-color css
<style>
span { border-color: #2E7153; }
span { border-color: rgb(46,113,83); }
td.TdClassName
{
border-color: #2E7153;
}
.TagClassName
{
border-color: #2E7153;
}
</style>