Shades of Amazon #307751
Tints of Amazon #307751
RGB
CMYK
RGB Variations
Color information
#307751 (or 0x307751) is known color: Amazon. HEX triplet: 30, 77 and 51. RGB value is (48,119,81). Sum of RGB (Red+Green+Blue) = 48+119+81=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #307751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307751 is #CF88AE. Grayscale: #5D5D5D. Windows color (decimal): -13600943 or 5338928. OLE color: 5338928.
HSL color Cylindrical-coordinate representation of color #307751: hue angle of 147.89º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307751 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 81 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.53 |
| HSL | 147.89º | 0.43% | 0.33% | - |
| HSV(B) | 147.89º | 0.6% | 0.47% | - |
| XYZ | 9.3 | 14.42 | 10.08 | - |
| YUV | 93.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 81 | 0.60 | 0 | 0.32 | 0.53 | 147.89 | 0.43 | 0.33 |
| Hex | 30 | 77 | 51 | 3C | 0 | 20 | 35 | 94 | 2B | 21 |
| Octal | 60 | 167 | 121 | 74 | 0 | 40 | 65 | 224 | 53 | 41 |
| Binary | 110000 | 1110111 | 1010001 | 111100 | 0 | 100000 | 110101 | 10010100 | 101011 | 100001 |
Color Harmonies of #307751
Complementary color
Monochromatic Colors of #307751
Black with #307751
Text Example
Text Example
White with #307751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307751; }
p { color: rgb(48,119,81); }
H1.HeaderClassName
{
color: #307751;
}
.AnyTagClassName
{
color: #307751;
}
</style>
background-color css
<style>
a { background-color: #307751; }
a { background-color: rgb(48,119,81); }
div.DivClassName
{
background-color: #307751;
}
.BgClassName
{
background-color: #307751;
}
</style>
border-color css
<style>
span { border-color: #307751; }
span { border-color: rgb(48,119,81); }
td.TdClassName
{
border-color: #307751;
}
.TagClassName
{
border-color: #307751;
}
</style>