Shades of Amazon #2A764B
Tints of Amazon #2A764B
RGB
CMYK
RGB Variations
Color information
#2A764B (or 0x2A764B) is known color: Amazon. HEX triplet: 2A, 76 and 4B. RGB value is (42,118,75). Sum of RGB (Red+Green+Blue) = 42+118+75=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #2A764B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A764B is #D589B4. Grayscale: #5A5A5A. Windows color (decimal): -13994421 or 4945450. OLE color: 4945450.
HSL color Cylindrical-coordinate representation of color #2A764B: hue angle of 146.05º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A764B is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 118 | 75 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.54 |
| HSL | 146.05º | 0.48% | 0.31% | - |
| HSV(B) | 146.05º | 0.64% | 0.46% | - |
| XYZ | 8.7 | 13.96 | 8.89 | - |
| YUV | 90.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 118 | 75 | 0.64 | 0 | 0.36 | 0.54 | 146.05 | 0.48 | 0.31 |
| Hex | 2A | 76 | 4B | 40 | 0 | 24 | 36 | 92 | 30 | 1F |
| Octal | 52 | 166 | 113 | 100 | 0 | 44 | 66 | 222 | 60 | 37 |
| Binary | 101010 | 1110110 | 1001011 | 1000000 | 0 | 100100 | 110110 | 10010010 | 110000 | 11111 |
Color Harmonies of #2A764B
Complementary color
Monochromatic Colors of #2A764B
Black with #2A764B
Text Example
Text Example
White with #2A764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A764B; }
p { color: rgb(42,118,75); }
H1.HeaderClassName
{
color: #2A764B;
}
.AnyTagClassName
{
color: #2A764B;
}
</style>
background-color css
<style>
a { background-color: #2A764B; }
a { background-color: rgb(42,118,75); }
div.DivClassName
{
background-color: #2A764B;
}
.BgClassName
{
background-color: #2A764B;
}
</style>
border-color css
<style>
span { border-color: #2A764B; }
span { border-color: rgb(42,118,75); }
td.TdClassName
{
border-color: #2A764B;
}
.TagClassName
{
border-color: #2A764B;
}
</style>