Shades of Amazon #30704E
Tints of Amazon #30704E
RGB
CMYK
RGB Variations
Color information
#30704E (or 0x30704E) is known color: Amazon. HEX triplet: 30, 70 and 4E. RGB value is (48,112,78). Sum of RGB (Red+Green+Blue) = 48+112+78=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 112 - color contains mainly: green. Hex color #30704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30704E is #CF8FB1. Grayscale: #595959. Windows color (decimal): -13602738 or 5140528. OLE color: 5140528.
HSL color Cylindrical-coordinate representation of color #30704E: hue angle of 148.12º 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 #30704E is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 78 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.56 |
| HSL | 148.13º | 0.4% | 0.31% | - |
| HSV(B) | 148.13º | 0.57% | 0.44% | - |
| XYZ | 8.39 | 12.77 | 9.23 | - |
| YUV | 88.99 | 121.8 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 78 | 0.57 | 0 | 0.30 | 0.56 | 148.13 | 0.4 | 0.31 |
| Hex | 30 | 70 | 4E | 39 | 0 | 1E | 38 | 94 | 28 | 1F |
| Octal | 60 | 160 | 116 | 71 | 0 | 36 | 70 | 224 | 50 | 37 |
| Binary | 110000 | 1110000 | 1001110 | 111001 | 0 | 11110 | 111000 | 10010100 | 101000 | 11111 |
Color Harmonies of #30704E
Complementary color
Monochromatic Colors of #30704E
Black with #30704E
Text Example
Text Example
White with #30704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30704E; }
p { color: rgb(48,112,78); }
H1.HeaderClassName
{
color: #30704E;
}
.AnyTagClassName
{
color: #30704E;
}
</style>
background-color css
<style>
a { background-color: #30704E; }
a { background-color: rgb(48,112,78); }
div.DivClassName
{
background-color: #30704E;
}
.BgClassName
{
background-color: #30704E;
}
</style>
border-color css
<style>
span { border-color: #30704E; }
span { border-color: rgb(48,112,78); }
td.TdClassName
{
border-color: #30704E;
}
.TagClassName
{
border-color: #30704E;
}
</style>