Shades of Amazon #2A774A
Tints of Amazon #2A774A
RGB
CMYK
RGB Variations
Color information
#2A774A (or 0x2A774A) is known color: Amazon. HEX triplet: 2A, 77 and 4A. RGB value is (42,119,74). Sum of RGB (Red+Green+Blue) = 42+119+74=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #2A774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A774A is #D588B5. Grayscale: #5A5A5A. Windows color (decimal): -13994166 or 4880170. OLE color: 4880170.
HSL color Cylindrical-coordinate representation of color #2A774A: hue angle of 144.94º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A774A is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 42 | 119 | 74 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.53 |
| HSL | 144.94º | 0.48% | 0.32% | - |
| HSV(B) | 144.94º | 0.65% | 0.47% | - |
| XYZ | 8.79 | 14.18 | 8.75 | - |
| YUV | 90.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 119 | 74 | 0.65 | 0 | 0.38 | 0.53 | 144.94 | 0.48 | 0.32 |
| Hex | 2A | 77 | 4A | 41 | 0 | 26 | 35 | 91 | 30 | 20 |
| Octal | 52 | 167 | 112 | 101 | 0 | 46 | 65 | 221 | 60 | 40 |
| Binary | 101010 | 1110111 | 1001010 | 1000001 | 0 | 100110 | 110101 | 10010001 | 110000 | 100000 |
Color Harmonies of #2A774A
Complementary color
Monochromatic Colors of #2A774A
Black with #2A774A
Text Example
Text Example
White with #2A774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A774A; }
p { color: rgb(42,119,74); }
H1.HeaderClassName
{
color: #2A774A;
}
.AnyTagClassName
{
color: #2A774A;
}
</style>
background-color css
<style>
a { background-color: #2A774A; }
a { background-color: rgb(42,119,74); }
div.DivClassName
{
background-color: #2A774A;
}
.BgClassName
{
background-color: #2A774A;
}
</style>
border-color css
<style>
span { border-color: #2A774A; }
span { border-color: rgb(42,119,74); }
td.TdClassName
{
border-color: #2A774A;
}
.TagClassName
{
border-color: #2A774A;
}
</style>