Shades of Amazon #307157
Tints of Amazon #307157
RGB
CMYK
RGB Variations
Color information
#307157 (or 0x307157) is known color: Amazon. HEX triplet: 30, 71 and 57. RGB value is (48,113,87). Sum of RGB (Red+Green+Blue) = 48+113+87=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #307157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307157 is #CF8EA8. Grayscale: #5A5A5A. Windows color (decimal): -13602473 or 5730608. OLE color: 5730608.
HSL color Cylindrical-coordinate representation of color #307157: hue angle of 156º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307157 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 113 | 87 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.56 |
| HSL | 156º | 0.4% | 0.32% | - |
| HSV(B) | 156º | 0.58% | 0.44% | - |
| XYZ | 8.84 | 13.13 | 11.08 | - |
| YUV | 90.6 | 125.97 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 87 | 0.58 | 0 | 0.23 | 0.56 | 156 | 0.4 | 0.32 |
| Hex | 30 | 71 | 57 | 3A | 0 | 17 | 38 | 9C | 28 | 20 |
| Octal | 60 | 161 | 127 | 72 | 0 | 27 | 70 | 234 | 50 | 40 |
| Binary | 110000 | 1110001 | 1010111 | 111010 | 0 | 10111 | 111000 | 10011100 | 101000 | 100000 |
Color Harmonies of #307157
Complementary color
Monochromatic Colors of #307157
Black with #307157
Text Example
Text Example
White with #307157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307157; }
p { color: rgb(48,113,87); }
H1.HeaderClassName
{
color: #307157;
}
.AnyTagClassName
{
color: #307157;
}
</style>
background-color css
<style>
a { background-color: #307157; }
a { background-color: rgb(48,113,87); }
div.DivClassName
{
background-color: #307157;
}
.BgClassName
{
background-color: #307157;
}
</style>
border-color css
<style>
span { border-color: #307157; }
span { border-color: rgb(48,113,87); }
td.TdClassName
{
border-color: #307157;
}
.TagClassName
{
border-color: #307157;
}
</style>