Shades of Amazon #30724A
Tints of Amazon #30724A
RGB
CMYK
RGB Variations
Color information
#30724A (or 0x30724A) is known color: Amazon. HEX triplet: 30, 72 and 4A. RGB value is (48,114,74). Sum of RGB (Red+Green+Blue) = 48+114+74=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #30724A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30724A is #CF8DB5. Grayscale: #595959. Windows color (decimal): -13602230 or 4878896. OLE color: 4878896.
HSL color Cylindrical-coordinate representation of color #30724A: hue angle of 143.64º 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 #30724A is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 114 | 74 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.55 |
| HSL | 143.64º | 0.41% | 0.32% | - |
| HSV(B) | 143.64º | 0.58% | 0.45% | - |
| XYZ | 8.47 | 13.16 | 8.57 | - |
| YUV | 89.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 74 | 0.58 | 0 | 0.35 | 0.55 | 143.64 | 0.41 | 0.32 |
| Hex | 30 | 72 | 4A | 3A | 0 | 23 | 37 | 90 | 29 | 20 |
| Octal | 60 | 162 | 112 | 72 | 0 | 43 | 67 | 220 | 51 | 40 |
| Binary | 110000 | 1110010 | 1001010 | 111010 | 0 | 100011 | 110111 | 10010000 | 101001 | 100000 |
Color Harmonies of #30724A
Complementary color
Monochromatic Colors of #30724A
Black with #30724A
Text Example
Text Example
White with #30724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30724A; }
p { color: rgb(48,114,74); }
H1.HeaderClassName
{
color: #30724A;
}
.AnyTagClassName
{
color: #30724A;
}
</style>
background-color css
<style>
a { background-color: #30724A; }
a { background-color: rgb(48,114,74); }
div.DivClassName
{
background-color: #30724A;
}
.BgClassName
{
background-color: #30724A;
}
</style>
border-color css
<style>
span { border-color: #30724A; }
span { border-color: rgb(48,114,74); }
td.TdClassName
{
border-color: #30724A;
}
.TagClassName
{
border-color: #30724A;
}
</style>