Shades of Amazon #2C7943
Tints of Amazon #2C7943
RGB
CMYK
RGB Variations
Color information
#2C7943 (or 0x2C7943) is known color: Amazon. HEX triplet: 2C, 79 and 43. RGB value is (44,121,67). Sum of RGB (Red+Green+Blue) = 44+121+67=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7943 is #D386BC. Grayscale: #5B5B5B. Windows color (decimal): -13862589 or 4421932. OLE color: 4421932.
HSL color Cylindrical-coordinate representation of color #2C7943: hue angle of 137.92º 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 #2C7943 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 121 | 67 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.53 |
| HSL | 137.92º | 0.47% | 0.32% | - |
| HSV(B) | 137.92º | 0.64% | 0.47% | - |
| XYZ | 8.89 | 14.62 | 7.66 | - |
| YUV | 91.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 121 | 67 | 0.64 | 0 | 0.45 | 0.53 | 137.92 | 0.47 | 0.32 |
| Hex | 2C | 79 | 43 | 40 | 0 | 2D | 35 | 8A | 2F | 20 |
| Octal | 54 | 171 | 103 | 100 | 0 | 55 | 65 | 212 | 57 | 40 |
| Binary | 101100 | 1111001 | 1000011 | 1000000 | 0 | 101101 | 110101 | 10001010 | 101111 | 100000 |
Color Harmonies of #2C7943
Complementary color
Monochromatic Colors of #2C7943
Black with #2C7943
Text Example
Text Example
White with #2C7943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7943; }
p { color: rgb(44,121,67); }
H1.HeaderClassName
{
color: #2C7943;
}
.AnyTagClassName
{
color: #2C7943;
}
</style>
background-color css
<style>
a { background-color: #2C7943; }
a { background-color: rgb(44,121,67); }
div.DivClassName
{
background-color: #2C7943;
}
.BgClassName
{
background-color: #2C7943;
}
</style>
border-color css
<style>
span { border-color: #2C7943; }
span { border-color: rgb(44,121,67); }
td.TdClassName
{
border-color: #2C7943;
}
.TagClassName
{
border-color: #2C7943;
}
</style>