Shades of Amazon #307C5F
Tints of Amazon #307C5F
RGB
CMYK
RGB Variations
Color information
#307C5F (or 0x307C5F) is known color: Amazon. HEX triplet: 30, 7C and 5F. RGB value is (48,124,95). Sum of RGB (Red+Green+Blue) = 48+124+95=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #307C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C5F is #CF83A0. Grayscale: #626262. Windows color (decimal): -13599649 or 6257712. OLE color: 6257712.
HSL color Cylindrical-coordinate representation of color #307C5F: hue angle of 157.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C5F is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 95 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.51 |
| HSL | 157.11º | 0.44% | 0.34% | - |
| HSV(B) | 157.11º | 0.61% | 0.49% | - |
| XYZ | 10.49 | 15.87 | 13.34 | - |
| YUV | 97.97 | 126.32 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 95 | 0.61 | 0 | 0.23 | 0.51 | 157.11 | 0.44 | 0.34 |
| Hex | 30 | 7C | 5F | 3D | 0 | 17 | 33 | 9D | 2C | 22 |
| Octal | 60 | 174 | 137 | 75 | 0 | 27 | 63 | 235 | 54 | 42 |
| Binary | 110000 | 1111100 | 1011111 | 111101 | 0 | 10111 | 110011 | 10011101 | 101100 | 100010 |
Color Harmonies of #307C5F
Complementary color
Monochromatic Colors of #307C5F
Black with #307C5F
Text Example
Text Example
White with #307C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C5F; }
p { color: rgb(48,124,95); }
H1.HeaderClassName
{
color: #307C5F;
}
.AnyTagClassName
{
color: #307C5F;
}
</style>
background-color css
<style>
a { background-color: #307C5F; }
a { background-color: rgb(48,124,95); }
div.DivClassName
{
background-color: #307C5F;
}
.BgClassName
{
background-color: #307C5F;
}
</style>
border-color css
<style>
span { border-color: #307C5F; }
span { border-color: rgb(48,124,95); }
td.TdClassName
{
border-color: #307C5F;
}
.TagClassName
{
border-color: #307C5F;
}
</style>