Shades of Amazon #2D774B
Tints of Amazon #2D774B
RGB
CMYK
RGB Variations
Color information
#2D774B (or 0x2D774B) is known color: Amazon. HEX triplet: 2D, 77 and 4B. RGB value is (45,119,75). Sum of RGB (Red+Green+Blue) = 45+119+75=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #2D774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D774B is #D288B4. Grayscale: #5B5B5B. Windows color (decimal): -13797557 or 4945709. OLE color: 4945709.
HSL color Cylindrical-coordinate representation of color #2D774B: hue angle of 144.32º 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 #2D774B is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 119 | 75 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.53 |
| HSL | 144.32º | 0.45% | 0.32% | - |
| HSV(B) | 144.32º | 0.62% | 0.47% | - |
| XYZ | 8.95 | 14.26 | 8.94 | - |
| YUV | 91.86 | 118.48 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 119 | 75 | 0.62 | 0 | 0.37 | 0.53 | 144.32 | 0.45 | 0.32 |
| Hex | 2D | 77 | 4B | 3E | 0 | 25 | 35 | 90 | 2D | 20 |
| Octal | 55 | 167 | 113 | 76 | 0 | 45 | 65 | 220 | 55 | 40 |
| Binary | 101101 | 1110111 | 1001011 | 111110 | 0 | 100101 | 110101 | 10010000 | 101101 | 100000 |
Color Harmonies of #2D774B
Complementary color
Monochromatic Colors of #2D774B
Black with #2D774B
Text Example
Text Example
White with #2D774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D774B; }
p { color: rgb(45,119,75); }
H1.HeaderClassName
{
color: #2D774B;
}
.AnyTagClassName
{
color: #2D774B;
}
</style>
background-color css
<style>
a { background-color: #2D774B; }
a { background-color: rgb(45,119,75); }
div.DivClassName
{
background-color: #2D774B;
}
.BgClassName
{
background-color: #2D774B;
}
</style>
border-color css
<style>
span { border-color: #2D774B; }
span { border-color: rgb(45,119,75); }
td.TdClassName
{
border-color: #2D774B;
}
.TagClassName
{
border-color: #2D774B;
}
</style>