Shades of Amazon #2A7D49
Tints of Amazon #2A7D49
RGB
CMYK
RGB Variations
Color information
#2A7D49 (or 0x2A7D49) is known color: Amazon. HEX triplet: 2A, 7D and 49. RGB value is (42,125,73). Sum of RGB (Red+Green+Blue) = 42+125+73=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7D49 is #D582B6. Grayscale: #5E5E5E. Windows color (decimal): -13992631 or 4816170. OLE color: 4816170.
HSL color Cylindrical-coordinate representation of color #2A7D49: hue angle of 142.41º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7D49 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 125 | 73 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.51 |
| HSL | 142.41º | 0.5% | 0.33% | - |
| HSV(B) | 142.41º | 0.66% | 0.49% | - |
| XYZ | 9.49 | 15.64 | 8.82 | - |
| YUV | 94.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 73 | 0.66 | 0 | 0.42 | 0.51 | 142.41 | 0.5 | 0.33 |
| Hex | 2A | 7D | 49 | 42 | 0 | 2A | 33 | 8E | 32 | 21 |
| Octal | 52 | 175 | 111 | 102 | 0 | 52 | 63 | 216 | 62 | 41 |
| Binary | 101010 | 1111101 | 1001001 | 1000010 | 0 | 101010 | 110011 | 10001110 | 110010 | 100001 |
Color Harmonies of #2A7D49
Complementary color
Monochromatic Colors of #2A7D49
Black with #2A7D49
Text Example
Text Example
White with #2A7D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D49; }
p { color: rgb(42,125,73); }
H1.HeaderClassName
{
color: #2A7D49;
}
.AnyTagClassName
{
color: #2A7D49;
}
</style>
background-color css
<style>
a { background-color: #2A7D49; }
a { background-color: rgb(42,125,73); }
div.DivClassName
{
background-color: #2A7D49;
}
.BgClassName
{
background-color: #2A7D49;
}
</style>
border-color css
<style>
span { border-color: #2A7D49; }
span { border-color: rgb(42,125,73); }
td.TdClassName
{
border-color: #2A7D49;
}
.TagClassName
{
border-color: #2A7D49;
}
</style>