Shades of Amazon #2B784B
Tints of Amazon #2B784B
RGB
CMYK
RGB Variations
Color information
#2B784B (or 0x2B784B) is known color: Amazon. HEX triplet: 2B, 78 and 4B. RGB value is (43,120,75). Sum of RGB (Red+Green+Blue) = 43+120+75=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #2B784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B784B is #D487B4. Grayscale: #5B5B5B. Windows color (decimal): -13928373 or 4945963. OLE color: 4945963.
HSL color Cylindrical-coordinate representation of color #2B784B: hue angle of 144.94º 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 #2B784B is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 43 | 120 | 75 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.53 |
| HSL | 144.94º | 0.47% | 0.32% | - |
| HSV(B) | 144.94º | 0.64% | 0.47% | - |
| XYZ | 8.98 | 14.45 | 8.97 | - |
| YUV | 91.85 | 118.49 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 120 | 75 | 0.64 | 0 | 0.37 | 0.53 | 144.94 | 0.47 | 0.32 |
| Hex | 2B | 78 | 4B | 40 | 0 | 25 | 35 | 91 | 2F | 20 |
| Octal | 53 | 170 | 113 | 100 | 0 | 45 | 65 | 221 | 57 | 40 |
| Binary | 101011 | 1111000 | 1001011 | 1000000 | 0 | 100101 | 110101 | 10010001 | 101111 | 100000 |
Color Harmonies of #2B784B
Complementary color
Monochromatic Colors of #2B784B
Black with #2B784B
Text Example
Text Example
White with #2B784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B784B; }
p { color: rgb(43,120,75); }
H1.HeaderClassName
{
color: #2B784B;
}
.AnyTagClassName
{
color: #2B784B;
}
</style>
background-color css
<style>
a { background-color: #2B784B; }
a { background-color: rgb(43,120,75); }
div.DivClassName
{
background-color: #2B784B;
}
.BgClassName
{
background-color: #2B784B;
}
</style>
border-color css
<style>
span { border-color: #2B784B; }
span { border-color: rgb(43,120,75); }
td.TdClassName
{
border-color: #2B784B;
}
.TagClassName
{
border-color: #2B784B;
}
</style>