Shades of Amazon #2E7253
Tints of Amazon #2E7253
RGB
CMYK
RGB Variations
Color information
#2E7253 (or 0x2E7253) is known color: Amazon. HEX triplet: 2E, 72 and 53. RGB value is (46,114,83). Sum of RGB (Red+Green+Blue) = 46+114+83=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7253 is #D18DAC. Grayscale: #5A5A5A. Windows color (decimal): -13733293 or 5468718. OLE color: 5468718.
HSL color Cylindrical-coordinate representation of color #2E7253: hue angle of 152.65º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7253 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 114 | 83 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.55 |
| HSL | 152.65º | 0.43% | 0.31% | - |
| HSV(B) | 152.65º | 0.6% | 0.45% | - |
| XYZ | 8.71 | 13.24 | 10.28 | - |
| YUV | 90.13 | 123.97 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 83 | 0.60 | 0 | 0.27 | 0.55 | 152.65 | 0.43 | 0.31 |
| Hex | 2E | 72 | 53 | 3C | 0 | 1B | 37 | 99 | 2A | 1F |
| Octal | 56 | 162 | 123 | 74 | 0 | 33 | 67 | 231 | 52 | 37 |
| Binary | 101110 | 1110010 | 1010011 | 111100 | 0 | 11011 | 110111 | 10011001 | 101010 | 11111 |
Color Harmonies of #2E7253
Complementary color
Monochromatic Colors of #2E7253
Black with #2E7253
Text Example
Text Example
White with #2E7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7253; }
p { color: rgb(46,114,83); }
H1.HeaderClassName
{
color: #2E7253;
}
.AnyTagClassName
{
color: #2E7253;
}
</style>
background-color css
<style>
a { background-color: #2E7253; }
a { background-color: rgb(46,114,83); }
div.DivClassName
{
background-color: #2E7253;
}
.BgClassName
{
background-color: #2E7253;
}
</style>
border-color css
<style>
span { border-color: #2E7253; }
span { border-color: rgb(46,114,83); }
td.TdClassName
{
border-color: #2E7253;
}
.TagClassName
{
border-color: #2E7253;
}
</style>