Shades of Amazon #307048
Tints of Amazon #307048
RGB
CMYK
RGB Variations
Color information
#307048 (or 0x307048) is known color: Amazon. HEX triplet: 30, 70 and 48. RGB value is (48,112,72). Sum of RGB (Red+Green+Blue) = 48+112+72=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #307048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307048 is #CF8FB7. Grayscale: #585858. Windows color (decimal): -13602744 or 4747312. OLE color: 4747312.
HSL color Cylindrical-coordinate representation of color #307048: hue angle of 142.5º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #307048 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 72 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.56 |
| HSL | 142.5º | 0.4% | 0.31% | - |
| HSV(B) | 142.5º | 0.57% | 0.44% | - |
| XYZ | 8.18 | 12.68 | 8.15 | - |
| YUV | 88.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 72 | 0.57 | 0 | 0.36 | 0.56 | 142.5 | 0.4 | 0.31 |
| Hex | 30 | 70 | 48 | 39 | 0 | 24 | 38 | 8E | 28 | 1F |
| Octal | 60 | 160 | 110 | 71 | 0 | 44 | 70 | 216 | 50 | 37 |
| Binary | 110000 | 1110000 | 1001000 | 111001 | 0 | 100100 | 111000 | 10001110 | 101000 | 11111 |
Color Harmonies of #307048
Complementary color
Monochromatic Colors of #307048
Black with #307048
Text Example
Text Example
White with #307048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307048; }
p { color: rgb(48,112,72); }
H1.HeaderClassName
{
color: #307048;
}
.AnyTagClassName
{
color: #307048;
}
</style>
background-color css
<style>
a { background-color: #307048; }
a { background-color: rgb(48,112,72); }
div.DivClassName
{
background-color: #307048;
}
.BgClassName
{
background-color: #307048;
}
</style>
border-color css
<style>
span { border-color: #307048; }
span { border-color: rgb(48,112,72); }
td.TdClassName
{
border-color: #307048;
}
.TagClassName
{
border-color: #307048;
}
</style>