Shades of Amazon #2D784A
Tints of Amazon #2D784A
RGB
CMYK
RGB Variations
Color information
#2D784A (or 0x2D784A) is known color: Amazon. HEX triplet: 2D, 78 and 4A. RGB value is (45,120,74). Sum of RGB (Red+Green+Blue) = 45+120+74=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #2D784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D784A is #D287B5. Grayscale: #5C5C5C. Windows color (decimal): -13797302 or 4880429. OLE color: 4880429.
HSL color Cylindrical-coordinate representation of color #2D784A: hue angle of 143.2º 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 #2D784A is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 120 | 74 | - |
| CMYK | 0.63 | 0 | 0.38 | 0.53 |
| HSL | 143.2º | 0.45% | 0.32% | - |
| HSV(B) | 143.2º | 0.63% | 0.47% | - |
| XYZ | 9.03 | 14.49 | 8.8 | - |
| YUV | 92.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 120 | 74 | 0.63 | 0 | 0.38 | 0.53 | 143.2 | 0.45 | 0.32 |
| Hex | 2D | 78 | 4A | 3F | 0 | 26 | 35 | 8F | 2D | 20 |
| Octal | 55 | 170 | 112 | 77 | 0 | 46 | 65 | 217 | 55 | 40 |
| Binary | 101101 | 1111000 | 1001010 | 111111 | 0 | 100110 | 110101 | 10001111 | 101101 | 100000 |
Color Harmonies of #2D784A
Complementary color
Monochromatic Colors of #2D784A
Black with #2D784A
Text Example
Text Example
White with #2D784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D784A; }
p { color: rgb(45,120,74); }
H1.HeaderClassName
{
color: #2D784A;
}
.AnyTagClassName
{
color: #2D784A;
}
</style>
background-color css
<style>
a { background-color: #2D784A; }
a { background-color: rgb(45,120,74); }
div.DivClassName
{
background-color: #2D784A;
}
.BgClassName
{
background-color: #2D784A;
}
</style>
border-color css
<style>
span { border-color: #2D784A; }
span { border-color: rgb(45,120,74); }
td.TdClassName
{
border-color: #2D784A;
}
.TagClassName
{
border-color: #2D784A;
}
</style>