Shades of Amazon #2A7547
Tints of Amazon #2A7547
RGB
CMYK
RGB Variations
Color information
#2A7547 (or 0x2A7547) is known color: Amazon. HEX triplet: 2A, 75 and 47. RGB value is (42,117,71). Sum of RGB (Red+Green+Blue) = 42+117+71=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7547 is #D58AB8. Grayscale: #595959. Windows color (decimal): -13994681 or 4683050. OLE color: 4683050.
HSL color Cylindrical-coordinate representation of color #2A7547: hue angle of 143.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7547 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 71 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.54 |
| HSL | 143.2º | 0.47% | 0.31% | - |
| HSV(B) | 143.2º | 0.64% | 0.46% | - |
| XYZ | 8.45 | 13.67 | 8.15 | - |
| YUV | 89.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 71 | 0.64 | 0 | 0.39 | 0.54 | 143.2 | 0.47 | 0.31 |
| Hex | 2A | 75 | 47 | 40 | 0 | 27 | 36 | 8F | 2F | 1F |
| Octal | 52 | 165 | 107 | 100 | 0 | 47 | 66 | 217 | 57 | 37 |
| Binary | 101010 | 1110101 | 1000111 | 1000000 | 0 | 100111 | 110110 | 10001111 | 101111 | 11111 |
Color Harmonies of #2A7547
Complementary color
Monochromatic Colors of #2A7547
Black with #2A7547
Text Example
Text Example
White with #2A7547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7547; }
p { color: rgb(42,117,71); }
H1.HeaderClassName
{
color: #2A7547;
}
.AnyTagClassName
{
color: #2A7547;
}
</style>
background-color css
<style>
a { background-color: #2A7547; }
a { background-color: rgb(42,117,71); }
div.DivClassName
{
background-color: #2A7547;
}
.BgClassName
{
background-color: #2A7547;
}
</style>
border-color css
<style>
span { border-color: #2A7547; }
span { border-color: rgb(42,117,71); }
td.TdClassName
{
border-color: #2A7547;
}
.TagClassName
{
border-color: #2A7547;
}
</style>