Shades of Amazon #30704C
Tints of Amazon #30704C
RGB
CMYK
RGB Variations
Color information
#30704C (or 0x30704C) is known color: Amazon. HEX triplet: 30, 70 and 4C. RGB value is (48,112,76). Sum of RGB (Red+Green+Blue) = 48+112+76=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #30704C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30704C is #CF8FB3. Grayscale: #585858. Windows color (decimal): -13602740 or 5009456. OLE color: 5009456.
HSL color Cylindrical-coordinate representation of color #30704C: hue angle of 146.25º 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 #30704C is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 76 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.56 |
| HSL | 146.25º | 0.4% | 0.31% | - |
| HSV(B) | 146.25º | 0.57% | 0.44% | - |
| XYZ | 8.32 | 12.74 | 8.86 | - |
| YUV | 88.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 76 | 0.57 | 0 | 0.32 | 0.56 | 146.25 | 0.4 | 0.31 |
| Hex | 30 | 70 | 4C | 39 | 0 | 20 | 38 | 92 | 28 | 1F |
| Octal | 60 | 160 | 114 | 71 | 0 | 40 | 70 | 222 | 50 | 37 |
| Binary | 110000 | 1110000 | 1001100 | 111001 | 0 | 100000 | 111000 | 10010010 | 101000 | 11111 |
Color Harmonies of #30704C
Complementary color
Monochromatic Colors of #30704C
Black with #30704C
Text Example
Text Example
White with #30704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30704C; }
p { color: rgb(48,112,76); }
H1.HeaderClassName
{
color: #30704C;
}
.AnyTagClassName
{
color: #30704C;
}
</style>
background-color css
<style>
a { background-color: #30704C; }
a { background-color: rgb(48,112,76); }
div.DivClassName
{
background-color: #30704C;
}
.BgClassName
{
background-color: #30704C;
}
</style>
border-color css
<style>
span { border-color: #30704C; }
span { border-color: rgb(48,112,76); }
td.TdClassName
{
border-color: #30704C;
}
.TagClassName
{
border-color: #30704C;
}
</style>