Shades of Amazon #2A7353
Tints of Amazon #2A7353
RGB
CMYK
RGB Variations
Color information
#2A7353 (or 0x2A7353) is known color: Amazon. HEX triplet: 2A, 73 and 53. RGB value is (42,115,83). Sum of RGB (Red+Green+Blue) = 42+115+83=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7353 is #D58CAC. Grayscale: #595959. Windows color (decimal): -13995181 or 5468970. OLE color: 5468970.
HSL color Cylindrical-coordinate representation of color #2A7353: hue angle of 153.7º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7353 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 83 | - |
| CMYK | 0.63 | 0 | 0.28 | 0.55 |
| HSL | 153.7º | 0.46% | 0.31% | - |
| HSV(B) | 153.7º | 0.63% | 0.45% | - |
| XYZ | 8.65 | 13.38 | 10.31 | - |
| YUV | 89.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 83 | 0.63 | 0 | 0.28 | 0.55 | 153.7 | 0.46 | 0.31 |
| Hex | 2A | 73 | 53 | 3F | 0 | 1C | 37 | 9A | 2E | 1F |
| Octal | 52 | 163 | 123 | 77 | 0 | 34 | 67 | 232 | 56 | 37 |
| Binary | 101010 | 1110011 | 1010011 | 111111 | 0 | 11100 | 110111 | 10011010 | 101110 | 11111 |
Color Harmonies of #2A7353
Complementary color
Monochromatic Colors of #2A7353
Black with #2A7353
Text Example
Text Example
White with #2A7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7353; }
p { color: rgb(42,115,83); }
H1.HeaderClassName
{
color: #2A7353;
}
.AnyTagClassName
{
color: #2A7353;
}
</style>
background-color css
<style>
a { background-color: #2A7353; }
a { background-color: rgb(42,115,83); }
div.DivClassName
{
background-color: #2A7353;
}
.BgClassName
{
background-color: #2A7353;
}
</style>
border-color css
<style>
span { border-color: #2A7353; }
span { border-color: rgb(42,115,83); }
td.TdClassName
{
border-color: #2A7353;
}
.TagClassName
{
border-color: #2A7353;
}
</style>