Shades of Amazon #30704D
Tints of Amazon #30704D
RGB
CMYK
RGB Variations
Color information
#30704D (or 0x30704D) is known color: Amazon. HEX triplet: 30, 70 and 4D. RGB value is (48,112,77). Sum of RGB (Red+Green+Blue) = 48+112+77=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #30704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30704D is #CF8FB2. Grayscale: #585858. Windows color (decimal): -13602739 or 5074992. OLE color: 5074992.
HSL color Cylindrical-coordinate representation of color #30704D: hue angle of 147.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30704D is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 77 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.56 |
| HSL | 147.19º | 0.4% | 0.31% | - |
| HSV(B) | 147.19º | 0.57% | 0.44% | - |
| XYZ | 8.35 | 12.75 | 9.04 | - |
| YUV | 88.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 77 | 0.57 | 0 | 0.31 | 0.56 | 147.19 | 0.4 | 0.31 |
| Hex | 30 | 70 | 4D | 39 | 0 | 1F | 38 | 93 | 28 | 1F |
| Octal | 60 | 160 | 115 | 71 | 0 | 37 | 70 | 223 | 50 | 37 |
| Binary | 110000 | 1110000 | 1001101 | 111001 | 0 | 11111 | 111000 | 10010011 | 101000 | 11111 |
Color Harmonies of #30704D
Complementary color
Monochromatic Colors of #30704D
Black with #30704D
Text Example
Text Example
White with #30704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30704D; }
p { color: rgb(48,112,77); }
H1.HeaderClassName
{
color: #30704D;
}
.AnyTagClassName
{
color: #30704D;
}
</style>
background-color css
<style>
a { background-color: #30704D; }
a { background-color: rgb(48,112,77); }
div.DivClassName
{
background-color: #30704D;
}
.BgClassName
{
background-color: #30704D;
}
</style>
border-color css
<style>
span { border-color: #30704D; }
span { border-color: rgb(48,112,77); }
td.TdClassName
{
border-color: #30704D;
}
.TagClassName
{
border-color: #30704D;
}
</style>