Shades of Amazon #2B784D
Tints of Amazon #2B784D
RGB
CMYK
RGB Variations
Color information
#2B784D (or 0x2B784D) is known color: Amazon. HEX triplet: 2B, 78 and 4D. RGB value is (43,120,77). Sum of RGB (Red+Green+Blue) = 43+120+77=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #2B784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B784D is #D487B2. Grayscale: #5C5C5C. Windows color (decimal): -13928371 or 5077035. OLE color: 5077035.
HSL color Cylindrical-coordinate representation of color #2B784D: hue angle of 146.49º 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 #2B784D is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 77 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.53 |
| HSL | 146.49º | 0.47% | 0.32% | - |
| HSV(B) | 146.49º | 0.64% | 0.47% | - |
| XYZ | 9.05 | 14.48 | 9.34 | - |
| YUV | 92.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 77 | 0.64 | 0 | 0.36 | 0.53 | 146.49 | 0.47 | 0.32 |
| Hex | 2B | 78 | 4D | 40 | 0 | 24 | 35 | 92 | 2F | 20 |
| Octal | 53 | 170 | 115 | 100 | 0 | 44 | 65 | 222 | 57 | 40 |
| Binary | 101011 | 1111000 | 1001101 | 1000000 | 0 | 100100 | 110101 | 10010010 | 101111 | 100000 |
Color Harmonies of #2B784D
Complementary color
Monochromatic Colors of #2B784D
Black with #2B784D
Text Example
Text Example
White with #2B784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B784D; }
p { color: rgb(43,120,77); }
H1.HeaderClassName
{
color: #2B784D;
}
.AnyTagClassName
{
color: #2B784D;
}
</style>
background-color css
<style>
a { background-color: #2B784D; }
a { background-color: rgb(43,120,77); }
div.DivClassName
{
background-color: #2B784D;
}
.BgClassName
{
background-color: #2B784D;
}
</style>
border-color css
<style>
span { border-color: #2B784D; }
span { border-color: rgb(43,120,77); }
td.TdClassName
{
border-color: #2B784D;
}
.TagClassName
{
border-color: #2B784D;
}
</style>