Shades of Amazon #2C774F
Tints of Amazon #2C774F
RGB
CMYK
RGB Variations
Color information
#2C774F (or 0x2C774F) is known color: Amazon. HEX triplet: 2C, 77 and 4F. RGB value is (44,119,79). Sum of RGB (Red+Green+Blue) = 44+119+79=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #2C774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C774F is #D388B0. Grayscale: #5C5C5C. Windows color (decimal): -13863089 or 5207852. OLE color: 5207852.
HSL color Cylindrical-coordinate representation of color #2C774F: hue angle of 148º 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 #2C774F is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 119 | 79 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.53 |
| HSL | 148º | 0.46% | 0.32% | - |
| HSV(B) | 148º | 0.63% | 0.47% | - |
| XYZ | 9.05 | 14.29 | 9.68 | - |
| YUV | 92.02 | 120.65 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 119 | 79 | 0.63 | 0 | 0.34 | 0.53 | 148 | 0.46 | 0.32 |
| Hex | 2C | 77 | 4F | 3F | 0 | 22 | 35 | 94 | 2E | 20 |
| Octal | 54 | 167 | 117 | 77 | 0 | 42 | 65 | 224 | 56 | 40 |
| Binary | 101100 | 1110111 | 1001111 | 111111 | 0 | 100010 | 110101 | 10010100 | 101110 | 100000 |
Color Harmonies of #2C774F
Complementary color
Monochromatic Colors of #2C774F
Black with #2C774F
Text Example
Text Example
White with #2C774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C774F; }
p { color: rgb(44,119,79); }
H1.HeaderClassName
{
color: #2C774F;
}
.AnyTagClassName
{
color: #2C774F;
}
</style>
background-color css
<style>
a { background-color: #2C774F; }
a { background-color: rgb(44,119,79); }
div.DivClassName
{
background-color: #2C774F;
}
.BgClassName
{
background-color: #2C774F;
}
</style>
border-color css
<style>
span { border-color: #2C774F; }
span { border-color: rgb(44,119,79); }
td.TdClassName
{
border-color: #2C774F;
}
.TagClassName
{
border-color: #2C774F;
}
</style>