Shades of Amazon #307151
Tints of Amazon #307151
RGB
CMYK
RGB Variations
Color information
#307151 (or 0x307151) is known color: Amazon. HEX triplet: 30, 71 and 51. RGB value is (48,113,81). Sum of RGB (Red+Green+Blue) = 48+113+81=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #307151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307151 is #CF8EAE. Grayscale: #595959. Windows color (decimal): -13602479 or 5337392. OLE color: 5337392.
HSL color Cylindrical-coordinate representation of color #307151: hue angle of 150.46º 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 #307151 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 113 | 81 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.56 |
| HSL | 150.46º | 0.4% | 0.32% | - |
| HSV(B) | 150.46º | 0.58% | 0.44% | - |
| XYZ | 8.61 | 13.03 | 9.85 | - |
| YUV | 89.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 81 | 0.58 | 0 | 0.28 | 0.56 | 150.46 | 0.4 | 0.32 |
| Hex | 30 | 71 | 51 | 3A | 0 | 1C | 38 | 96 | 28 | 20 |
| Octal | 60 | 161 | 121 | 72 | 0 | 34 | 70 | 226 | 50 | 40 |
| Binary | 110000 | 1110001 | 1010001 | 111010 | 0 | 11100 | 111000 | 10010110 | 101000 | 100000 |
Color Harmonies of #307151
Complementary color
Monochromatic Colors of #307151
Black with #307151
Text Example
Text Example
White with #307151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307151; }
p { color: rgb(48,113,81); }
H1.HeaderClassName
{
color: #307151;
}
.AnyTagClassName
{
color: #307151;
}
</style>
background-color css
<style>
a { background-color: #307151; }
a { background-color: rgb(48,113,81); }
div.DivClassName
{
background-color: #307151;
}
.BgClassName
{
background-color: #307151;
}
</style>
border-color css
<style>
span { border-color: #307151; }
span { border-color: rgb(48,113,81); }
td.TdClassName
{
border-color: #307151;
}
.TagClassName
{
border-color: #307151;
}
</style>