Shades of Amazon #307447
Tints of Amazon #307447
RGB
CMYK
RGB Variations
Color information
#307447 (or 0x307447) is known color: Amazon. HEX triplet: 30, 74 and 47. RGB value is (48,116,71). Sum of RGB (Red+Green+Blue) = 48+116+71=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #307447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307447 is #CF8BB8. Grayscale: #5A5A5A. Windows color (decimal): -13601721 or 4682800. OLE color: 4682800.
HSL color Cylindrical-coordinate representation of color #307447: hue angle of 140.29º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307447 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 71 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.55 |
| HSL | 140.29º | 0.41% | 0.32% | - |
| HSV(B) | 140.29º | 0.59% | 0.45% | - |
| XYZ | 8.6 | 13.57 | 8.13 | - |
| YUV | 90.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 71 | 0.59 | 0 | 0.39 | 0.55 | 140.29 | 0.41 | 0.32 |
| Hex | 30 | 74 | 47 | 3B | 0 | 27 | 37 | 8C | 29 | 20 |
| Octal | 60 | 164 | 107 | 73 | 0 | 47 | 67 | 214 | 51 | 40 |
| Binary | 110000 | 1110100 | 1000111 | 111011 | 0 | 100111 | 110111 | 10001100 | 101001 | 100000 |
Color Harmonies of #307447
Complementary color
Monochromatic Colors of #307447
Black with #307447
Text Example
Text Example
White with #307447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307447; }
p { color: rgb(48,116,71); }
H1.HeaderClassName
{
color: #307447;
}
.AnyTagClassName
{
color: #307447;
}
</style>
background-color css
<style>
a { background-color: #307447; }
a { background-color: rgb(48,116,71); }
div.DivClassName
{
background-color: #307447;
}
.BgClassName
{
background-color: #307447;
}
</style>
border-color css
<style>
span { border-color: #307447; }
span { border-color: rgb(48,116,71); }
td.TdClassName
{
border-color: #307447;
}
.TagClassName
{
border-color: #307447;
}
</style>