Shades of Amazon #2A7151
Tints of Amazon #2A7151
RGB
CMYK
RGB Variations
Color information
#2A7151 (or 0x2A7151) is known color: Amazon. HEX triplet: 2A, 71 and 51. RGB value is (42,113,81). Sum of RGB (Red+Green+Blue) = 42+113+81=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7151 is #D58EAE. Grayscale: #585858. Windows color (decimal): -13995695 or 5337386. OLE color: 5337386.
HSL color Cylindrical-coordinate representation of color #2A7151: hue angle of 152.96º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7151 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 113 | 81 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.56 |
| HSL | 152.96º | 0.46% | 0.3% | - |
| HSV(B) | 152.96º | 0.63% | 0.44% | - |
| XYZ | 8.35 | 12.9 | 9.83 | - |
| YUV | 88.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 81 | 0.63 | 0 | 0.28 | 0.56 | 152.96 | 0.46 | 0.3 |
| Hex | 2A | 71 | 51 | 3F | 0 | 1C | 38 | 99 | 2E | 1E |
| Octal | 52 | 161 | 121 | 77 | 0 | 34 | 70 | 231 | 56 | 36 |
| Binary | 101010 | 1110001 | 1010001 | 111111 | 0 | 11100 | 111000 | 10011001 | 101110 | 11110 |
Color Harmonies of #2A7151
Complementary color
Monochromatic Colors of #2A7151
Black with #2A7151
Text Example
Text Example
White with #2A7151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7151; }
p { color: rgb(42,113,81); }
H1.HeaderClassName
{
color: #2A7151;
}
.AnyTagClassName
{
color: #2A7151;
}
</style>
background-color css
<style>
a { background-color: #2A7151; }
a { background-color: rgb(42,113,81); }
div.DivClassName
{
background-color: #2A7151;
}
.BgClassName
{
background-color: #2A7151;
}
</style>
border-color css
<style>
span { border-color: #2A7151; }
span { border-color: rgb(42,113,81); }
td.TdClassName
{
border-color: #2A7151;
}
.TagClassName
{
border-color: #2A7151;
}
</style>