Shades of Amazon #2D7952
Tints of Amazon #2D7952
RGB
CMYK
RGB Variations
Color information
#2D7952 (or 0x2D7952) is known color: Amazon. HEX triplet: 2D, 79 and 52. RGB value is (45,121,82). Sum of RGB (Red+Green+Blue) = 45+121+82=248 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.15% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #2D7952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7952 is #D286AD. Grayscale: #5D5D5D. Windows color (decimal): -13797038 or 5404973. OLE color: 5404973.
HSL color Cylindrical-coordinate representation of color #2D7952: hue angle of 149.21º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7952 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 121 | 82 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.53 |
| HSL | 149.21º | 0.46% | 0.33% | - |
| HSV(B) | 149.21º | 0.63% | 0.47% | - |
| XYZ | 9.44 | 14.84 | 10.35 | - |
| YUV | 93.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 121 | 82 | 0.63 | 0 | 0.32 | 0.53 | 149.21 | 0.46 | 0.33 |
| Hex | 2D | 79 | 52 | 3F | 0 | 20 | 35 | 95 | 2E | 21 |
| Octal | 55 | 171 | 122 | 77 | 0 | 40 | 65 | 225 | 56 | 41 |
| Binary | 101101 | 1111001 | 1010010 | 111111 | 0 | 100000 | 110101 | 10010101 | 101110 | 100001 |
Color Harmonies of #2D7952
Complementary color
Monochromatic Colors of #2D7952
Black with #2D7952
Text Example
Text Example
White with #2D7952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7952; }
p { color: rgb(45,121,82); }
H1.HeaderClassName
{
color: #2D7952;
}
.AnyTagClassName
{
color: #2D7952;
}
</style>
background-color css
<style>
a { background-color: #2D7952; }
a { background-color: rgb(45,121,82); }
div.DivClassName
{
background-color: #2D7952;
}
.BgClassName
{
background-color: #2D7952;
}
</style>
border-color css
<style>
span { border-color: #2D7952; }
span { border-color: rgb(45,121,82); }
td.TdClassName
{
border-color: #2D7952;
}
.TagClassName
{
border-color: #2D7952;
}
</style>