Shades of Amazon #2C784B
Tints of Amazon #2C784B
RGB
CMYK
RGB Variations
Color information
#2C784B (or 0x2C784B) is known color: Amazon. HEX triplet: 2C, 78 and 4B. RGB value is (44,120,75). Sum of RGB (Red+Green+Blue) = 44+120+75=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #2C784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C784B is #D387B4. Grayscale: #5C5C5C. Windows color (decimal): -13862837 or 4945964. OLE color: 4945964.
HSL color Cylindrical-coordinate representation of color #2C784B: hue angle of 144.47º 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 #2C784B is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 120 | 75 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.53 |
| HSL | 144.47º | 0.46% | 0.32% | - |
| HSV(B) | 144.47º | 0.63% | 0.47% | - |
| XYZ | 9.03 | 14.48 | 8.98 | - |
| YUV | 92.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 120 | 75 | 0.63 | 0 | 0.37 | 0.53 | 144.47 | 0.46 | 0.32 |
| Hex | 2C | 78 | 4B | 3F | 0 | 25 | 35 | 90 | 2E | 20 |
| Octal | 54 | 170 | 113 | 77 | 0 | 45 | 65 | 220 | 56 | 40 |
| Binary | 101100 | 1111000 | 1001011 | 111111 | 0 | 100101 | 110101 | 10010000 | 101110 | 100000 |
Color Harmonies of #2C784B
Complementary color
Monochromatic Colors of #2C784B
Black with #2C784B
Text Example
Text Example
White with #2C784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C784B; }
p { color: rgb(44,120,75); }
H1.HeaderClassName
{
color: #2C784B;
}
.AnyTagClassName
{
color: #2C784B;
}
</style>
background-color css
<style>
a { background-color: #2C784B; }
a { background-color: rgb(44,120,75); }
div.DivClassName
{
background-color: #2C784B;
}
.BgClassName
{
background-color: #2C784B;
}
</style>
border-color css
<style>
span { border-color: #2C784B; }
span { border-color: rgb(44,120,75); }
td.TdClassName
{
border-color: #2C784B;
}
.TagClassName
{
border-color: #2C784B;
}
</style>