Shades of Amazon #307248
Tints of Amazon #307248
RGB
CMYK
RGB Variations
Color information
#307248 (or 0x307248) is known color: Amazon. HEX triplet: 30, 72 and 48. RGB value is (48,114,72). Sum of RGB (Red+Green+Blue) = 48+114+72=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #307248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307248 is #CF8DB7. Grayscale: #595959. Windows color (decimal): -13602232 or 4747824. OLE color: 4747824.
HSL color Cylindrical-coordinate representation of color #307248: hue angle of 141.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307248 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 114 | 72 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.55 |
| HSL | 141.82º | 0.41% | 0.32% | - |
| HSV(B) | 141.82º | 0.58% | 0.45% | - |
| XYZ | 8.41 | 13.13 | 8.22 | - |
| YUV | 89.48 | 118.13 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 72 | 0.58 | 0 | 0.37 | 0.55 | 141.82 | 0.41 | 0.32 |
| Hex | 30 | 72 | 48 | 3A | 0 | 25 | 37 | 8E | 29 | 20 |
| Octal | 60 | 162 | 110 | 72 | 0 | 45 | 67 | 216 | 51 | 40 |
| Binary | 110000 | 1110010 | 1001000 | 111010 | 0 | 100101 | 110111 | 10001110 | 101001 | 100000 |
Color Harmonies of #307248
Complementary color
Monochromatic Colors of #307248
Black with #307248
Text Example
Text Example
White with #307248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307248; }
p { color: rgb(48,114,72); }
H1.HeaderClassName
{
color: #307248;
}
.AnyTagClassName
{
color: #307248;
}
</style>
background-color css
<style>
a { background-color: #307248; }
a { background-color: rgb(48,114,72); }
div.DivClassName
{
background-color: #307248;
}
.BgClassName
{
background-color: #307248;
}
</style>
border-color css
<style>
span { border-color: #307248; }
span { border-color: rgb(48,114,72); }
td.TdClassName
{
border-color: #307248;
}
.TagClassName
{
border-color: #307248;
}
</style>