Shades of Amazon #307448
Tints of Amazon #307448
RGB
CMYK
RGB Variations
Color information
#307448 (or 0x307448) is known color: Amazon. HEX triplet: 30, 74 and 48. RGB value is (48,116,72). Sum of RGB (Red+Green+Blue) = 48+116+72=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #307448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307448 is #CF8BB7. Grayscale: #5A5A5A. Windows color (decimal): -13601720 or 4748336. OLE color: 4748336.
HSL color Cylindrical-coordinate representation of color #307448: hue angle of 141.18º 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 #307448 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 116 | 72 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.55 |
| HSL | 141.18º | 0.41% | 0.32% | - |
| HSV(B) | 141.18º | 0.59% | 0.45% | - |
| XYZ | 8.63 | 13.59 | 8.3 | - |
| YUV | 90.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 116 | 72 | 0.59 | 0 | 0.38 | 0.55 | 141.18 | 0.41 | 0.32 |
| Hex | 30 | 74 | 48 | 3B | 0 | 26 | 37 | 8D | 29 | 20 |
| Octal | 60 | 164 | 110 | 73 | 0 | 46 | 67 | 215 | 51 | 40 |
| Binary | 110000 | 1110100 | 1001000 | 111011 | 0 | 100110 | 110111 | 10001101 | 101001 | 100000 |
Color Harmonies of #307448
Complementary color
Monochromatic Colors of #307448
Black with #307448
Text Example
Text Example
White with #307448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307448; }
p { color: rgb(48,116,72); }
H1.HeaderClassName
{
color: #307448;
}
.AnyTagClassName
{
color: #307448;
}
</style>
background-color css
<style>
a { background-color: #307448; }
a { background-color: rgb(48,116,72); }
div.DivClassName
{
background-color: #307448;
}
.BgClassName
{
background-color: #307448;
}
</style>
border-color css
<style>
span { border-color: #307448; }
span { border-color: rgb(48,116,72); }
td.TdClassName
{
border-color: #307448;
}
.TagClassName
{
border-color: #307448;
}
</style>