Shades of Amazon #2D7352
Tints of Amazon #2D7352
RGB
CMYK
RGB Variations
Color information
#2D7352 (or 0x2D7352) is known color: Amazon. HEX triplet: 2D, 73 and 52. RGB value is (45,115,82). Sum of RGB (Red+Green+Blue) = 45+115+82=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7352 is #D28CAD. Grayscale: #5A5A5A. Windows color (decimal): -13798574 or 5403437. OLE color: 5403437.
HSL color Cylindrical-coordinate representation of color #2D7352: hue angle of 151.71º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D7352 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 115 | 82 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.55 |
| HSL | 151.71º | 0.44% | 0.31% | - |
| HSV(B) | 151.71º | 0.61% | 0.45% | - |
| XYZ | 8.74 | 13.43 | 10.11 | - |
| YUV | 90.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 115 | 82 | 0.61 | 0 | 0.29 | 0.55 | 151.71 | 0.44 | 0.31 |
| Hex | 2D | 73 | 52 | 3D | 0 | 1D | 37 | 98 | 2C | 1F |
| Octal | 55 | 163 | 122 | 75 | 0 | 35 | 67 | 230 | 54 | 37 |
| Binary | 101101 | 1110011 | 1010010 | 111101 | 0 | 11101 | 110111 | 10011000 | 101100 | 11111 |
Color Harmonies of #2D7352
Complementary color
Monochromatic Colors of #2D7352
Black with #2D7352
Text Example
Text Example
White with #2D7352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7352; }
p { color: rgb(45,115,82); }
H1.HeaderClassName
{
color: #2D7352;
}
.AnyTagClassName
{
color: #2D7352;
}
</style>
background-color css
<style>
a { background-color: #2D7352; }
a { background-color: rgb(45,115,82); }
div.DivClassName
{
background-color: #2D7352;
}
.BgClassName
{
background-color: #2D7352;
}
</style>
border-color css
<style>
span { border-color: #2D7352; }
span { border-color: rgb(45,115,82); }
td.TdClassName
{
border-color: #2D7352;
}
.TagClassName
{
border-color: #2D7352;
}
</style>