Shades of Amazon #2A7253
Tints of Amazon #2A7253
RGB
CMYK
RGB Variations
Color information
#2A7253 (or 0x2A7253) is known color: Amazon. HEX triplet: 2A, 72 and 53. RGB value is (42,114,83). Sum of RGB (Red+Green+Blue) = 42+114+83=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7253 is #D58DAC. Grayscale: #585858. Windows color (decimal): -13995437 or 5468714. OLE color: 5468714.
HSL color Cylindrical-coordinate representation of color #2A7253: hue angle of 154.17º 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 #2A7253 is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 83 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.55 |
| HSL | 154.17º | 0.46% | 0.31% | - |
| HSV(B) | 154.17º | 0.63% | 0.45% | - |
| XYZ | 8.53 | 13.15 | 10.27 | - |
| YUV | 88.94 | 124.65 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 83 | 0.63 | 0 | 0.27 | 0.55 | 154.17 | 0.46 | 0.31 |
| Hex | 2A | 72 | 53 | 3F | 0 | 1B | 37 | 9A | 2E | 1F |
| Octal | 52 | 162 | 123 | 77 | 0 | 33 | 67 | 232 | 56 | 37 |
| Binary | 101010 | 1110010 | 1010011 | 111111 | 0 | 11011 | 110111 | 10011010 | 101110 | 11111 |
Color Harmonies of #2A7253
Complementary color
Monochromatic Colors of #2A7253
Black with #2A7253
Text Example
Text Example
White with #2A7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7253; }
p { color: rgb(42,114,83); }
H1.HeaderClassName
{
color: #2A7253;
}
.AnyTagClassName
{
color: #2A7253;
}
</style>
background-color css
<style>
a { background-color: #2A7253; }
a { background-color: rgb(42,114,83); }
div.DivClassName
{
background-color: #2A7253;
}
.BgClassName
{
background-color: #2A7253;
}
</style>
border-color css
<style>
span { border-color: #2A7253; }
span { border-color: rgb(42,114,83); }
td.TdClassName
{
border-color: #2A7253;
}
.TagClassName
{
border-color: #2A7253;
}
</style>