Shades of Amazon #307F47
Tints of Amazon #307F47
RGB
CMYK
RGB Variations
Color information
#307F47 (or 0x307F47) is known color: Amazon. HEX triplet: 30, 7F and 47. RGB value is (48,127,71). Sum of RGB (Red+Green+Blue) = 48+127+71=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #307F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307F47 is #CF80B8. Grayscale: #616161. Windows color (decimal): -13598905 or 4685616. OLE color: 4685616.
HSL color Cylindrical-coordinate representation of color #307F47: hue angle of 137.47º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F47 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 71 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.50 |
| HSL | 137.47º | 0.45% | 0.34% | - |
| HSV(B) | 137.47º | 0.62% | 0.5% | - |
| XYZ | 9.95 | 16.26 | 8.58 | - |
| YUV | 97 | 113.33 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 71 | 0.62 | 0 | 0.44 | 0.50 | 137.47 | 0.45 | 0.34 |
| Hex | 30 | 7F | 47 | 3E | 0 | 2C | 32 | 89 | 2D | 22 |
| Octal | 60 | 177 | 107 | 76 | 0 | 54 | 62 | 211 | 55 | 42 |
| Binary | 110000 | 1111111 | 1000111 | 111110 | 0 | 101100 | 110010 | 10001001 | 101101 | 100010 |
Color Harmonies of #307F47
Complementary color
Monochromatic Colors of #307F47
Black with #307F47
Text Example
Text Example
White with #307F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F47; }
p { color: rgb(48,127,71); }
H1.HeaderClassName
{
color: #307F47;
}
.AnyTagClassName
{
color: #307F47;
}
</style>
background-color css
<style>
a { background-color: #307F47; }
a { background-color: rgb(48,127,71); }
div.DivClassName
{
background-color: #307F47;
}
.BgClassName
{
background-color: #307F47;
}
</style>
border-color css
<style>
span { border-color: #307F47; }
span { border-color: rgb(48,127,71); }
td.TdClassName
{
border-color: #307F47;
}
.TagClassName
{
border-color: #307F47;
}
</style>