Shades of Amazon #2A7D51
Tints of Amazon #2A7D51
RGB
CMYK
RGB Variations
Color information
#2A7D51 (or 0x2A7D51) is known color: Amazon. HEX triplet: 2A, 7D and 51. RGB value is (42,125,81). Sum of RGB (Red+Green+Blue) = 42+125+81=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7D51 is #D582AE. Grayscale: #5F5F5F. Windows color (decimal): -13992623 or 5340458. OLE color: 5340458.
HSL color Cylindrical-coordinate representation of color #2A7D51: hue angle of 148.19º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7D51 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 125 | 81 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.51 |
| HSL | 148.19º | 0.5% | 0.33% | - |
| HSV(B) | 148.19º | 0.66% | 0.49% | - |
| XYZ | 9.77 | 15.75 | 10.31 | - |
| YUV | 95.17 | 120 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 81 | 0.66 | 0 | 0.35 | 0.51 | 148.19 | 0.5 | 0.33 |
| Hex | 2A | 7D | 51 | 42 | 0 | 23 | 33 | 94 | 32 | 21 |
| Octal | 52 | 175 | 121 | 102 | 0 | 43 | 63 | 224 | 62 | 41 |
| Binary | 101010 | 1111101 | 1010001 | 1000010 | 0 | 100011 | 110011 | 10010100 | 110010 | 100001 |
Color Harmonies of #2A7D51
Complementary color
Monochromatic Colors of #2A7D51
Black with #2A7D51
Text Example
Text Example
White with #2A7D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D51; }
p { color: rgb(42,125,81); }
H1.HeaderClassName
{
color: #2A7D51;
}
.AnyTagClassName
{
color: #2A7D51;
}
</style>
background-color css
<style>
a { background-color: #2A7D51; }
a { background-color: rgb(42,125,81); }
div.DivClassName
{
background-color: #2A7D51;
}
.BgClassName
{
background-color: #2A7D51;
}
</style>
border-color css
<style>
span { border-color: #2A7D51; }
span { border-color: rgb(42,125,81); }
td.TdClassName
{
border-color: #2A7D51;
}
.TagClassName
{
border-color: #2A7D51;
}
</style>