Shades of Amazon #307749
Tints of Amazon #307749
RGB
CMYK
RGB Variations
Color information
#307749 (or 0x307749) is known color: Amazon. HEX triplet: 30, 77 and 49. RGB value is (48,119,73). Sum of RGB (Red+Green+Blue) = 48+119+73=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #307749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307749 is #CF88B6. Grayscale: #5C5C5C. Windows color (decimal): -13600951 or 4814640. OLE color: 4814640.
HSL color Cylindrical-coordinate representation of color #307749: hue angle of 141.13º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307749 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 119 | 73 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.53 |
| HSL | 141.13º | 0.43% | 0.33% | - |
| HSV(B) | 141.13º | 0.6% | 0.47% | - |
| XYZ | 9.02 | 14.3 | 8.59 | - |
| YUV | 92.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 119 | 73 | 0.60 | 0 | 0.39 | 0.53 | 141.13 | 0.43 | 0.33 |
| Hex | 30 | 77 | 49 | 3C | 0 | 27 | 35 | 8D | 2B | 21 |
| Octal | 60 | 167 | 111 | 74 | 0 | 47 | 65 | 215 | 53 | 41 |
| Binary | 110000 | 1110111 | 1001001 | 111100 | 0 | 100111 | 110101 | 10001101 | 101011 | 100001 |
Color Harmonies of #307749
Complementary color
Monochromatic Colors of #307749
Black with #307749
Text Example
Text Example
White with #307749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307749; }
p { color: rgb(48,119,73); }
H1.HeaderClassName
{
color: #307749;
}
.AnyTagClassName
{
color: #307749;
}
</style>
background-color css
<style>
a { background-color: #307749; }
a { background-color: rgb(48,119,73); }
div.DivClassName
{
background-color: #307749;
}
.BgClassName
{
background-color: #307749;
}
</style>
border-color css
<style>
span { border-color: #307749; }
span { border-color: rgb(48,119,73); }
td.TdClassName
{
border-color: #307749;
}
.TagClassName
{
border-color: #307749;
}
</style>