Shades of Amazon #307A46
Tints of Amazon #307A46
RGB
CMYK
RGB Variations
Color information
#307A46 (or 0x307A46) is known color: Amazon. HEX triplet: 30, 7A and 46. RGB value is (48,122,70). Sum of RGB (Red+Green+Blue) = 48+122+70=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #307A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307A46 is #CF85B9. Grayscale: #5E5E5E. Windows color (decimal): -13600186 or 4618800. OLE color: 4618800.
HSL color Cylindrical-coordinate representation of color #307A46: hue angle of 137.84º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A46 is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 122 | 70 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.52 |
| HSL | 137.84º | 0.44% | 0.33% | - |
| HSV(B) | 137.84º | 0.61% | 0.48% | - |
| XYZ | 9.28 | 14.99 | 8.2 | - |
| YUV | 93.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 70 | 0.61 | 0 | 0.43 | 0.52 | 137.84 | 0.44 | 0.33 |
| Hex | 30 | 7A | 46 | 3D | 0 | 2B | 34 | 8A | 2C | 21 |
| Octal | 60 | 172 | 106 | 75 | 0 | 53 | 64 | 212 | 54 | 41 |
| Binary | 110000 | 1111010 | 1000110 | 111101 | 0 | 101011 | 110100 | 10001010 | 101100 | 100001 |
Color Harmonies of #307A46
Complementary color
Monochromatic Colors of #307A46
Black with #307A46
Text Example
Text Example
White with #307A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307A46; }
p { color: rgb(48,122,70); }
H1.HeaderClassName
{
color: #307A46;
}
.AnyTagClassName
{
color: #307A46;
}
</style>
background-color css
<style>
a { background-color: #307A46; }
a { background-color: rgb(48,122,70); }
div.DivClassName
{
background-color: #307A46;
}
.BgClassName
{
background-color: #307A46;
}
</style>
border-color css
<style>
span { border-color: #307A46; }
span { border-color: rgb(48,122,70); }
td.TdClassName
{
border-color: #307A46;
}
.TagClassName
{
border-color: #307A46;
}
</style>