Shades of Amazon #30724D
Tints of Amazon #30724D
RGB
CMYK
RGB Variations
Color information
#30724D (or 0x30724D) is known color: Amazon. HEX triplet: 30, 72 and 4D. RGB value is (48,114,77). Sum of RGB (Red+Green+Blue) = 48+114+77=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #30724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30724D is #CF8DB2. Grayscale: #5A5A5A. Windows color (decimal): -13602227 or 5075504. OLE color: 5075504.
HSL color Cylindrical-coordinate representation of color #30724D: hue angle of 146.36º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30724D is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 114 | 77 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.55 |
| HSL | 146.36º | 0.41% | 0.32% | - |
| HSV(B) | 146.36º | 0.58% | 0.45% | - |
| XYZ | 8.58 | 13.2 | 9.12 | - |
| YUV | 90.05 | 120.63 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 77 | 0.58 | 0 | 0.32 | 0.55 | 146.36 | 0.41 | 0.32 |
| Hex | 30 | 72 | 4D | 3A | 0 | 20 | 37 | 92 | 29 | 20 |
| Octal | 60 | 162 | 115 | 72 | 0 | 40 | 67 | 222 | 51 | 40 |
| Binary | 110000 | 1110010 | 1001101 | 111010 | 0 | 100000 | 110111 | 10010010 | 101001 | 100000 |
Color Harmonies of #30724D
Complementary color
Monochromatic Colors of #30724D
Black with #30724D
Text Example
Text Example
White with #30724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30724D; }
p { color: rgb(48,114,77); }
H1.HeaderClassName
{
color: #30724D;
}
.AnyTagClassName
{
color: #30724D;
}
</style>
background-color css
<style>
a { background-color: #30724D; }
a { background-color: rgb(48,114,77); }
div.DivClassName
{
background-color: #30724D;
}
.BgClassName
{
background-color: #30724D;
}
</style>
border-color css
<style>
span { border-color: #30724D; }
span { border-color: rgb(48,114,77); }
td.TdClassName
{
border-color: #30724D;
}
.TagClassName
{
border-color: #30724D;
}
</style>