Shades of Amazon #2A7D4A
Tints of Amazon #2A7D4A
RGB
CMYK
RGB Variations
Color information
#2A7D4A (or 0x2A7D4A) is known color: Amazon. HEX triplet: 2A, 7D and 4A. RGB value is (42,125,74). Sum of RGB (Red+Green+Blue) = 42+125+74=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #2A7D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7D4A is #D582B5. Grayscale: #5E5E5E. Windows color (decimal): -13992630 or 4881706. OLE color: 4881706.
HSL color Cylindrical-coordinate representation of color #2A7D4A: hue angle of 143.13º 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 #2A7D4A is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 125 | 74 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.51 |
| HSL | 143.13º | 0.5% | 0.33% | - |
| HSV(B) | 143.13º | 0.66% | 0.49% | - |
| XYZ | 9.52 | 15.65 | 9 | - |
| YUV | 94.37 | 116.5 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 74 | 0.66 | 0 | 0.41 | 0.51 | 143.13 | 0.5 | 0.33 |
| Hex | 2A | 7D | 4A | 42 | 0 | 29 | 33 | 8F | 32 | 21 |
| Octal | 52 | 175 | 112 | 102 | 0 | 51 | 63 | 217 | 62 | 41 |
| Binary | 101010 | 1111101 | 1001010 | 1000010 | 0 | 101001 | 110011 | 10001111 | 110010 | 100001 |
Color Harmonies of #2A7D4A
Complementary color
Monochromatic Colors of #2A7D4A
Black with #2A7D4A
Text Example
Text Example
White with #2A7D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7D4A; }
p { color: rgb(42,125,74); }
H1.HeaderClassName
{
color: #2A7D4A;
}
.AnyTagClassName
{
color: #2A7D4A;
}
</style>
background-color css
<style>
a { background-color: #2A7D4A; }
a { background-color: rgb(42,125,74); }
div.DivClassName
{
background-color: #2A7D4A;
}
.BgClassName
{
background-color: #2A7D4A;
}
</style>
border-color css
<style>
span { border-color: #2A7D4A; }
span { border-color: rgb(42,125,74); }
td.TdClassName
{
border-color: #2A7D4A;
}
.TagClassName
{
border-color: #2A7D4A;
}
</style>