Shades of Amazon #2E7A5C
Tints of Amazon #2E7A5C
RGB
CMYK
RGB Variations
Color information
#2E7A5C (or 0x2E7A5C) is known color: Amazon. HEX triplet: 2E, 7A and 5C. RGB value is (46,122,92). Sum of RGB (Red+Green+Blue) = 46+122+92=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7A5C is #D185A3. Grayscale: #5F5F5F. Windows color (decimal): -13731236 or 6060590. OLE color: 6060590.
HSL color Cylindrical-coordinate representation of color #2E7A5C: hue angle of 156.32º 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 #2E7A5C is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 46 | 122 | 92 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.52 |
| HSL | 156.32º | 0.45% | 0.33% | - |
| HSV(B) | 156.32º | 0.62% | 0.48% | - |
| XYZ | 10.02 | 15.27 | 12.55 | - |
| YUV | 95.86 | 125.82 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 92 | 0.62 | 0 | 0.25 | 0.52 | 156.32 | 0.45 | 0.33 |
| Hex | 2E | 7A | 5C | 3E | 0 | 19 | 34 | 9C | 2D | 21 |
| Octal | 56 | 172 | 134 | 76 | 0 | 31 | 64 | 234 | 55 | 41 |
| Binary | 101110 | 1111010 | 1011100 | 111110 | 0 | 11001 | 110100 | 10011100 | 101101 | 100001 |
Color Harmonies of #2E7A5C
Complementary color
Monochromatic Colors of #2E7A5C
Black with #2E7A5C
Text Example
Text Example
White with #2E7A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7A5C; }
p { color: rgb(46,122,92); }
H1.HeaderClassName
{
color: #2E7A5C;
}
.AnyTagClassName
{
color: #2E7A5C;
}
</style>
background-color css
<style>
a { background-color: #2E7A5C; }
a { background-color: rgb(46,122,92); }
div.DivClassName
{
background-color: #2E7A5C;
}
.BgClassName
{
background-color: #2E7A5C;
}
</style>
border-color css
<style>
span { border-color: #2E7A5C; }
span { border-color: rgb(46,122,92); }
td.TdClassName
{
border-color: #2E7A5C;
}
.TagClassName
{
border-color: #2E7A5C;
}
</style>