Shades of Amazon #307150
Tints of Amazon #307150
RGB
CMYK
RGB Variations
Color information
#307150 (or 0x307150) is known color: Amazon. HEX triplet: 30, 71 and 50. RGB value is (48,113,80). Sum of RGB (Red+Green+Blue) = 48+113+80=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #307150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307150 is #CF8EAF. Grayscale: #595959. Windows color (decimal): -13602480 or 5271856. OLE color: 5271856.
HSL color Cylindrical-coordinate representation of color #307150: hue angle of 149.54º 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 #307150 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 113 | 80 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.56 |
| HSL | 149.54º | 0.4% | 0.32% | - |
| HSV(B) | 149.54º | 0.58% | 0.44% | - |
| XYZ | 8.57 | 13.02 | 9.65 | - |
| YUV | 89.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 113 | 80 | 0.58 | 0 | 0.29 | 0.56 | 149.54 | 0.4 | 0.32 |
| Hex | 30 | 71 | 50 | 3A | 0 | 1D | 38 | 96 | 28 | 20 |
| Octal | 60 | 161 | 120 | 72 | 0 | 35 | 70 | 226 | 50 | 40 |
| Binary | 110000 | 1110001 | 1010000 | 111010 | 0 | 11101 | 111000 | 10010110 | 101000 | 100000 |
Color Harmonies of #307150
Complementary color
Monochromatic Colors of #307150
Black with #307150
Text Example
Text Example
White with #307150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307150; }
p { color: rgb(48,113,80); }
H1.HeaderClassName
{
color: #307150;
}
.AnyTagClassName
{
color: #307150;
}
</style>
background-color css
<style>
a { background-color: #307150; }
a { background-color: rgb(48,113,80); }
div.DivClassName
{
background-color: #307150;
}
.BgClassName
{
background-color: #307150;
}
</style>
border-color css
<style>
span { border-color: #307150; }
span { border-color: rgb(48,113,80); }
td.TdClassName
{
border-color: #307150;
}
.TagClassName
{
border-color: #307150;
}
</style>