Shades of Amazon #2C775A
Tints of Amazon #2C775A
RGB
CMYK
RGB Variations
Color information
#2C775A (or 0x2C775A) is known color: Amazon. HEX triplet: 2C, 77 and 5A. RGB value is (44,119,90). Sum of RGB (Red+Green+Blue) = 44+119+90=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #2C775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C775A is #D388A5. Grayscale: #5D5D5D. Windows color (decimal): -13863078 or 5928748. OLE color: 5928748.
HSL color Cylindrical-coordinate representation of color #2C775A: hue angle of 156.8º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C775A is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 90 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.53 |
| HSL | 156.8º | 0.46% | 0.32% | - |
| HSV(B) | 156.8º | 0.63% | 0.47% | - |
| XYZ | 9.48 | 14.47 | 11.97 | - |
| YUV | 93.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 90 | 0.63 | 0 | 0.24 | 0.53 | 156.8 | 0.46 | 0.32 |
| Hex | 2C | 77 | 5A | 3F | 0 | 18 | 35 | 9D | 2E | 20 |
| Octal | 54 | 167 | 132 | 77 | 0 | 30 | 65 | 235 | 56 | 40 |
| Binary | 101100 | 1110111 | 1011010 | 111111 | 0 | 11000 | 110101 | 10011101 | 101110 | 100000 |
Color Harmonies of #2C775A
Complementary color
Monochromatic Colors of #2C775A
Black with #2C775A
Text Example
Text Example
White with #2C775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C775A; }
p { color: rgb(44,119,90); }
H1.HeaderClassName
{
color: #2C775A;
}
.AnyTagClassName
{
color: #2C775A;
}
</style>
background-color css
<style>
a { background-color: #2C775A; }
a { background-color: rgb(44,119,90); }
div.DivClassName
{
background-color: #2C775A;
}
.BgClassName
{
background-color: #2C775A;
}
</style>
border-color css
<style>
span { border-color: #2C775A; }
span { border-color: rgb(44,119,90); }
td.TdClassName
{
border-color: #2C775A;
}
.TagClassName
{
border-color: #2C775A;
}
</style>