Shades of Amazon #307046
Tints of Amazon #307046
RGB
CMYK
RGB Variations
Color information
#307046 (or 0x307046) is known color: Amazon. HEX triplet: 30, 70 and 46. RGB value is (48,112,70). Sum of RGB (Red+Green+Blue) = 48+112+70=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #307046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307046 is #CF8FB9. Grayscale: #585858. Windows color (decimal): -13602746 or 4616240. OLE color: 4616240.
HSL color Cylindrical-coordinate representation of color #307046: hue angle of 140.62º 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 #307046 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 112 | 70 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.56 |
| HSL | 140.63º | 0.4% | 0.31% | - |
| HSV(B) | 140.63º | 0.57% | 0.44% | - |
| XYZ | 8.12 | 12.66 | 7.81 | - |
| YUV | 88.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 112 | 70 | 0.57 | 0 | 0.38 | 0.56 | 140.63 | 0.4 | 0.31 |
| Hex | 30 | 70 | 46 | 39 | 0 | 26 | 38 | 8D | 28 | 1F |
| Octal | 60 | 160 | 106 | 71 | 0 | 46 | 70 | 215 | 50 | 37 |
| Binary | 110000 | 1110000 | 1000110 | 111001 | 0 | 100110 | 111000 | 10001101 | 101000 | 11111 |
Color Harmonies of #307046
Complementary color
Monochromatic Colors of #307046
Black with #307046
Text Example
Text Example
White with #307046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307046; }
p { color: rgb(48,112,70); }
H1.HeaderClassName
{
color: #307046;
}
.AnyTagClassName
{
color: #307046;
}
</style>
background-color css
<style>
a { background-color: #307046; }
a { background-color: rgb(48,112,70); }
div.DivClassName
{
background-color: #307046;
}
.BgClassName
{
background-color: #307046;
}
</style>
border-color css
<style>
span { border-color: #307046; }
span { border-color: rgb(48,112,70); }
td.TdClassName
{
border-color: #307046;
}
.TagClassName
{
border-color: #307046;
}
</style>