Shades of Amazon #2D7852
Tints of Amazon #2D7852
RGB
CMYK
RGB Variations
Color information
#2D7852 (or 0x2D7852) is known color: Amazon. HEX triplet: 2D, 78 and 52. RGB value is (45,120,82). Sum of RGB (Red+Green+Blue) = 45+120+82=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 120 (47.27% from 255 or 48.58% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 120 - color contains mainly: green. Hex color #2D7852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7852 is #D287AD. Grayscale: #5D5D5D. Windows color (decimal): -13797294 or 5404717. OLE color: 5404717.
HSL color Cylindrical-coordinate representation of color #2D7852: hue angle of 149.6º 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 #2D7852 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 120 | 82 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.53 |
| HSL | 149.6º | 0.45% | 0.32% | - |
| HSV(B) | 149.6º | 0.63% | 0.47% | - |
| XYZ | 9.32 | 14.6 | 10.31 | - |
| YUV | 93.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 82 | 0.63 | 0 | 0.32 | 0.53 | 149.6 | 0.45 | 0.32 |
| Hex | 2D | 78 | 52 | 3F | 0 | 20 | 35 | 96 | 2D | 20 |
| Octal | 55 | 170 | 122 | 77 | 0 | 40 | 65 | 226 | 55 | 40 |
| Binary | 101101 | 1111000 | 1010010 | 111111 | 0 | 100000 | 110101 | 10010110 | 101101 | 100000 |
Color Harmonies of #2D7852
Complementary color
Monochromatic Colors of #2D7852
Black with #2D7852
Text Example
Text Example
White with #2D7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7852; }
p { color: rgb(45,120,82); }
H1.HeaderClassName
{
color: #2D7852;
}
.AnyTagClassName
{
color: #2D7852;
}
</style>
background-color css
<style>
a { background-color: #2D7852; }
a { background-color: rgb(45,120,82); }
div.DivClassName
{
background-color: #2D7852;
}
.BgClassName
{
background-color: #2D7852;
}
</style>
border-color css
<style>
span { border-color: #2D7852; }
span { border-color: rgb(45,120,82); }
td.TdClassName
{
border-color: #2D7852;
}
.TagClassName
{
border-color: #2D7852;
}
</style>