Shades of Amazon #307C47
Tints of Amazon #307C47
RGB
CMYK
RGB Variations
Color information
#307C47 (or 0x307C47) is known color: Amazon. HEX triplet: 30, 7C and 47. RGB value is (48,124,71). Sum of RGB (Red+Green+Blue) = 48+124+71=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #307C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C47 is #CF83B8. Grayscale: #5F5F5F. Windows color (decimal): -13599673 or 4684848. OLE color: 4684848.
HSL color Cylindrical-coordinate representation of color #307C47: hue angle of 138.16º 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 #307C47 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 71 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.51 |
| HSL | 138.16º | 0.44% | 0.34% | - |
| HSV(B) | 138.16º | 0.61% | 0.49% | - |
| XYZ | 9.56 | 15.5 | 8.45 | - |
| YUV | 95.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 71 | 0.61 | 0 | 0.43 | 0.51 | 138.16 | 0.44 | 0.34 |
| Hex | 30 | 7C | 47 | 3D | 0 | 2B | 33 | 8A | 2C | 22 |
| Octal | 60 | 174 | 107 | 75 | 0 | 53 | 63 | 212 | 54 | 42 |
| Binary | 110000 | 1111100 | 1000111 | 111101 | 0 | 101011 | 110011 | 10001010 | 101100 | 100010 |
Color Harmonies of #307C47
Complementary color
Monochromatic Colors of #307C47
Black with #307C47
Text Example
Text Example
White with #307C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C47; }
p { color: rgb(48,124,71); }
H1.HeaderClassName
{
color: #307C47;
}
.AnyTagClassName
{
color: #307C47;
}
</style>
background-color css
<style>
a { background-color: #307C47; }
a { background-color: rgb(48,124,71); }
div.DivClassName
{
background-color: #307C47;
}
.BgClassName
{
background-color: #307C47;
}
</style>
border-color css
<style>
span { border-color: #307C47; }
span { border-color: rgb(48,124,71); }
td.TdClassName
{
border-color: #307C47;
}
.TagClassName
{
border-color: #307C47;
}
</style>