Shades of Amazon #307A50
Tints of Amazon #307A50
RGB
CMYK
RGB Variations
Color information
#307A50 (or 0x307A50) is known color: Amazon. HEX triplet: 30, 7A and 50. RGB value is (48,122,80). Sum of RGB (Red+Green+Blue) = 48+122+80=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #307A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A50 is #CF85AF. Grayscale: #5F5F5F. Windows color (decimal): -13600176 or 5274160. OLE color: 5274160.
HSL color Cylindrical-coordinate representation of color #307A50: hue angle of 145.95º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A50 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 80 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.52 |
| HSL | 145.95º | 0.44% | 0.33% | - |
| HSV(B) | 145.95º | 0.61% | 0.48% | - |
| XYZ | 9.63 | 15.13 | 10 | - |
| YUV | 95.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 80 | 0.61 | 0 | 0.34 | 0.52 | 145.95 | 0.44 | 0.33 |
| Hex | 30 | 7A | 50 | 3D | 0 | 22 | 34 | 92 | 2C | 21 |
| Octal | 60 | 172 | 120 | 75 | 0 | 42 | 64 | 222 | 54 | 41 |
| Binary | 110000 | 1111010 | 1010000 | 111101 | 0 | 100010 | 110100 | 10010010 | 101100 | 100001 |
Color Harmonies of #307A50
Complementary color
Monochromatic Colors of #307A50
Black with #307A50
Text Example
Text Example
White with #307A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A50; }
p { color: rgb(48,122,80); }
H1.HeaderClassName
{
color: #307A50;
}
.AnyTagClassName
{
color: #307A50;
}
</style>
background-color css
<style>
a { background-color: #307A50; }
a { background-color: rgb(48,122,80); }
div.DivClassName
{
background-color: #307A50;
}
.BgClassName
{
background-color: #307A50;
}
</style>
border-color css
<style>
span { border-color: #307A50; }
span { border-color: rgb(48,122,80); }
td.TdClassName
{
border-color: #307A50;
}
.TagClassName
{
border-color: #307A50;
}
</style>