Shades of Amazon #2A7350
Tints of Amazon #2A7350
RGB
CMYK
RGB Variations
Color information
#2A7350 (or 0x2A7350) is known color: Amazon. HEX triplet: 2A, 73 and 50. RGB value is (42,115,80). Sum of RGB (Red+Green+Blue) = 42+115+80=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7350 is #D58CAF. Grayscale: #595959. Windows color (decimal): -13995184 or 5272362. OLE color: 5272362.
HSL color Cylindrical-coordinate representation of color #2A7350: hue angle of 151.23º 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 #2A7350 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 80 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.55 |
| HSL | 151.23º | 0.46% | 0.31% | - |
| HSV(B) | 151.23º | 0.63% | 0.45% | - |
| XYZ | 8.53 | 13.33 | 9.71 | - |
| YUV | 89.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 80 | 0.63 | 0 | 0.30 | 0.55 | 151.23 | 0.46 | 0.31 |
| Hex | 2A | 73 | 50 | 3F | 0 | 1E | 37 | 97 | 2E | 1F |
| Octal | 52 | 163 | 120 | 77 | 0 | 36 | 67 | 227 | 56 | 37 |
| Binary | 101010 | 1110011 | 1010000 | 111111 | 0 | 11110 | 110111 | 10010111 | 101110 | 11111 |
Color Harmonies of #2A7350
Complementary color
Monochromatic Colors of #2A7350
Black with #2A7350
Text Example
Text Example
White with #2A7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7350; }
p { color: rgb(42,115,80); }
H1.HeaderClassName
{
color: #2A7350;
}
.AnyTagClassName
{
color: #2A7350;
}
</style>
background-color css
<style>
a { background-color: #2A7350; }
a { background-color: rgb(42,115,80); }
div.DivClassName
{
background-color: #2A7350;
}
.BgClassName
{
background-color: #2A7350;
}
</style>
border-color css
<style>
span { border-color: #2A7350; }
span { border-color: rgb(42,115,80); }
td.TdClassName
{
border-color: #2A7350;
}
.TagClassName
{
border-color: #2A7350;
}
</style>