Shades of Amazon #2D785B
Tints of Amazon #2D785B
RGB
CMYK
RGB Variations
Color information
#2D785B (or 0x2D785B) is known color: Amazon. HEX triplet: 2D, 78 and 5B. RGB value is (45,120,91). Sum of RGB (Red+Green+Blue) = 45+120+91=256 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.58% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #2D785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D785B is #D287A4. Grayscale: #5E5E5E. Windows color (decimal): -13797285 or 5994541. OLE color: 5994541.
HSL color Cylindrical-coordinate representation of color #2D785B: hue angle of 156.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D785B is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 120 | 91 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.53 |
| HSL | 156.8º | 0.45% | 0.32% | - |
| HSV(B) | 156.8º | 0.63% | 0.47% | - |
| XYZ | 9.69 | 14.75 | 12.23 | - |
| YUV | 94.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 91 | 0.63 | 0 | 0.24 | 0.53 | 156.8 | 0.45 | 0.32 |
| Hex | 2D | 78 | 5B | 3F | 0 | 18 | 35 | 9D | 2D | 20 |
| Octal | 55 | 170 | 133 | 77 | 0 | 30 | 65 | 235 | 55 | 40 |
| Binary | 101101 | 1111000 | 1011011 | 111111 | 0 | 11000 | 110101 | 10011101 | 101101 | 100000 |
Color Harmonies of #2D785B
Complementary color
Monochromatic Colors of #2D785B
Black with #2D785B
Text Example
Text Example
White with #2D785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D785B; }
p { color: rgb(45,120,91); }
H1.HeaderClassName
{
color: #2D785B;
}
.AnyTagClassName
{
color: #2D785B;
}
</style>
background-color css
<style>
a { background-color: #2D785B; }
a { background-color: rgb(45,120,91); }
div.DivClassName
{
background-color: #2D785B;
}
.BgClassName
{
background-color: #2D785B;
}
</style>
border-color css
<style>
span { border-color: #2D785B; }
span { border-color: rgb(45,120,91); }
td.TdClassName
{
border-color: #2D785B;
}
.TagClassName
{
border-color: #2D785B;
}
</style>