Shades of Amazon #307350
Tints of Amazon #307350
RGB
CMYK
RGB Variations
Color information
#307350 (or 0x307350) is known color: Amazon. HEX triplet: 30, 73 and 50. RGB value is (48,115,80). Sum of RGB (Red+Green+Blue) = 48+115+80=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #307350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307350 is #CF8CAF. Grayscale: #5B5B5B. Windows color (decimal): -13601968 or 5272368. OLE color: 5272368.
HSL color Cylindrical-coordinate representation of color #307350: hue angle of 148.66º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307350 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 115 | 80 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.55 |
| HSL | 148.66º | 0.41% | 0.32% | - |
| HSV(B) | 148.66º | 0.58% | 0.45% | - |
| XYZ | 8.8 | 13.47 | 9.73 | - |
| YUV | 90.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 80 | 0.58 | 0 | 0.30 | 0.55 | 148.66 | 0.41 | 0.32 |
| Hex | 30 | 73 | 50 | 3A | 0 | 1E | 37 | 95 | 29 | 20 |
| Octal | 60 | 163 | 120 | 72 | 0 | 36 | 67 | 225 | 51 | 40 |
| Binary | 110000 | 1110011 | 1010000 | 111010 | 0 | 11110 | 110111 | 10010101 | 101001 | 100000 |
Color Harmonies of #307350
Complementary color
Monochromatic Colors of #307350
Black with #307350
Text Example
Text Example
White with #307350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307350; }
p { color: rgb(48,115,80); }
H1.HeaderClassName
{
color: #307350;
}
.AnyTagClassName
{
color: #307350;
}
</style>
background-color css
<style>
a { background-color: #307350; }
a { background-color: rgb(48,115,80); }
div.DivClassName
{
background-color: #307350;
}
.BgClassName
{
background-color: #307350;
}
</style>
border-color css
<style>
span { border-color: #307350; }
span { border-color: rgb(48,115,80); }
td.TdClassName
{
border-color: #307350;
}
.TagClassName
{
border-color: #307350;
}
</style>