Shades of Amazon #2C7956
Tints of Amazon #2C7956
RGB
CMYK
RGB Variations
Color information
#2C7956 (or 0x2C7956) is known color: Amazon. HEX triplet: 2C, 79 and 56. RGB value is (44,121,86). Sum of RGB (Red+Green+Blue) = 44+121+86=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7956 is #D386A9. Grayscale: #5E5E5E. Windows color (decimal): -13862570 or 5667116. OLE color: 5667116.
HSL color Cylindrical-coordinate representation of color #2C7956: hue angle of 152.73º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7956 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 121 | 86 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.53 |
| HSL | 152.73º | 0.47% | 0.32% | - |
| HSV(B) | 152.73º | 0.64% | 0.47% | - |
| XYZ | 9.56 | 14.88 | 11.17 | - |
| YUV | 93.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 121 | 86 | 0.64 | 0 | 0.29 | 0.53 | 152.73 | 0.47 | 0.32 |
| Hex | 2C | 79 | 56 | 40 | 0 | 1D | 35 | 99 | 2F | 20 |
| Octal | 54 | 171 | 126 | 100 | 0 | 35 | 65 | 231 | 57 | 40 |
| Binary | 101100 | 1111001 | 1010110 | 1000000 | 0 | 11101 | 110101 | 10011001 | 101111 | 100000 |
Color Harmonies of #2C7956
Complementary color
Monochromatic Colors of #2C7956
Black with #2C7956
Text Example
Text Example
White with #2C7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7956; }
p { color: rgb(44,121,86); }
H1.HeaderClassName
{
color: #2C7956;
}
.AnyTagClassName
{
color: #2C7956;
}
</style>
background-color css
<style>
a { background-color: #2C7956; }
a { background-color: rgb(44,121,86); }
div.DivClassName
{
background-color: #2C7956;
}
.BgClassName
{
background-color: #2C7956;
}
</style>
border-color css
<style>
span { border-color: #2C7956; }
span { border-color: rgb(44,121,86); }
td.TdClassName
{
border-color: #2C7956;
}
.TagClassName
{
border-color: #2C7956;
}
</style>