Shades of Amazon #2C724A
Tints of Amazon #2C724A
RGB
CMYK
RGB Variations
Color information
#2C724A (or 0x2C724A) is known color: Amazon. HEX triplet: 2C, 72 and 4A. RGB value is (44,114,74). Sum of RGB (Red+Green+Blue) = 44+114+74=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #2C724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C724A is #D38DB5. Grayscale: #585858. Windows color (decimal): -13864374 or 4878892. OLE color: 4878892.
HSL color Cylindrical-coordinate representation of color #2C724A: hue angle of 145.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C724A is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 114 | 74 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.55 |
| HSL | 145.71º | 0.44% | 0.31% | - |
| HSV(B) | 145.71º | 0.61% | 0.45% | - |
| XYZ | 8.29 | 13.06 | 8.56 | - |
| YUV | 88.51 | 119.81 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 114 | 74 | 0.61 | 0 | 0.35 | 0.55 | 145.71 | 0.44 | 0.31 |
| Hex | 2C | 72 | 4A | 3D | 0 | 23 | 37 | 92 | 2C | 1F |
| Octal | 54 | 162 | 112 | 75 | 0 | 43 | 67 | 222 | 54 | 37 |
| Binary | 101100 | 1110010 | 1001010 | 111101 | 0 | 100011 | 110111 | 10010010 | 101100 | 11111 |
Color Harmonies of #2C724A
Complementary color
Monochromatic Colors of #2C724A
Black with #2C724A
Text Example
Text Example
White with #2C724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C724A; }
p { color: rgb(44,114,74); }
H1.HeaderClassName
{
color: #2C724A;
}
.AnyTagClassName
{
color: #2C724A;
}
</style>
background-color css
<style>
a { background-color: #2C724A; }
a { background-color: rgb(44,114,74); }
div.DivClassName
{
background-color: #2C724A;
}
.BgClassName
{
background-color: #2C724A;
}
</style>
border-color css
<style>
span { border-color: #2C724A; }
span { border-color: rgb(44,114,74); }
td.TdClassName
{
border-color: #2C724A;
}
.TagClassName
{
border-color: #2C724A;
}
</style>