Shades of Amazon #2D7051
Tints of Amazon #2D7051
RGB
CMYK
RGB Variations
Color information
#2D7051 (or 0x2D7051) is known color: Amazon. HEX triplet: 2D, 70 and 51. RGB value is (45,112,81). Sum of RGB (Red+Green+Blue) = 45+112+81=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #2D7051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7051 is #D28FAE. Grayscale: #585858. Windows color (decimal): -13799343 or 5337133. OLE color: 5337133.
HSL color Cylindrical-coordinate representation of color #2D7051: hue angle of 152.24º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D7051 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 112 | 81 | - |
| CMYK | 0.60 | 0 | 0.28 | 0.56 |
| HSL | 152.24º | 0.43% | 0.31% | - |
| HSV(B) | 152.24º | 0.6% | 0.44% | - |
| XYZ | 8.36 | 12.74 | 9.8 | - |
| YUV | 88.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 112 | 81 | 0.60 | 0 | 0.28 | 0.56 | 152.24 | 0.43 | 0.31 |
| Hex | 2D | 70 | 51 | 3C | 0 | 1C | 38 | 98 | 2B | 1F |
| Octal | 55 | 160 | 121 | 74 | 0 | 34 | 70 | 230 | 53 | 37 |
| Binary | 101101 | 1110000 | 1010001 | 111100 | 0 | 11100 | 111000 | 10011000 | 101011 | 11111 |
Color Harmonies of #2D7051
Complementary color
Monochromatic Colors of #2D7051
Black with #2D7051
Text Example
Text Example
White with #2D7051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7051; }
p { color: rgb(45,112,81); }
H1.HeaderClassName
{
color: #2D7051;
}
.AnyTagClassName
{
color: #2D7051;
}
</style>
background-color css
<style>
a { background-color: #2D7051; }
a { background-color: rgb(45,112,81); }
div.DivClassName
{
background-color: #2D7051;
}
.BgClassName
{
background-color: #2D7051;
}
</style>
border-color css
<style>
span { border-color: #2D7051; }
span { border-color: rgb(45,112,81); }
td.TdClassName
{
border-color: #2D7051;
}
.TagClassName
{
border-color: #2D7051;
}
</style>