Shades of Amazon #2A7449
Tints of Amazon #2A7449
RGB
CMYK
RGB Variations
Color information
#2A7449 (or 0x2A7449) is known color: Amazon. HEX triplet: 2A, 74 and 49. RGB value is (42,116,73). Sum of RGB (Red+Green+Blue) = 42+116+73=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #2A7449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7449 is #D58BB6. Grayscale: #595959. Windows color (decimal): -13994935 or 4813866. OLE color: 4813866.
HSL color Cylindrical-coordinate representation of color #2A7449: hue angle of 145.14º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7449 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 116 | 73 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.55 |
| HSL | 145.14º | 0.47% | 0.31% | - |
| HSV(B) | 145.14º | 0.64% | 0.45% | - |
| XYZ | 8.4 | 13.46 | 8.46 | - |
| YUV | 88.97 | 118.98 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 73 | 0.64 | 0 | 0.37 | 0.55 | 145.14 | 0.47 | 0.31 |
| Hex | 2A | 74 | 49 | 40 | 0 | 25 | 37 | 91 | 2F | 1F |
| Octal | 52 | 164 | 111 | 100 | 0 | 45 | 67 | 221 | 57 | 37 |
| Binary | 101010 | 1110100 | 1001001 | 1000000 | 0 | 100101 | 110111 | 10010001 | 101111 | 11111 |
Color Harmonies of #2A7449
Complementary color
Monochromatic Colors of #2A7449
Black with #2A7449
Text Example
Text Example
White with #2A7449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7449; }
p { color: rgb(42,116,73); }
H1.HeaderClassName
{
color: #2A7449;
}
.AnyTagClassName
{
color: #2A7449;
}
</style>
background-color css
<style>
a { background-color: #2A7449; }
a { background-color: rgb(42,116,73); }
div.DivClassName
{
background-color: #2A7449;
}
.BgClassName
{
background-color: #2A7449;
}
</style>
border-color css
<style>
span { border-color: #2A7449; }
span { border-color: rgb(42,116,73); }
td.TdClassName
{
border-color: #2A7449;
}
.TagClassName
{
border-color: #2A7449;
}
</style>