Shades of Amazon #307C4F
Tints of Amazon #307C4F
RGB
CMYK
RGB Variations
Color information
#307C4F (or 0x307C4F) is known color: Amazon. HEX triplet: 30, 7C and 4F. RGB value is (48,124,79). Sum of RGB (Red+Green+Blue) = 48+124+79=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 124 (48.83% from 255 or 49.40% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 124 - color contains mainly: green. Hex color #307C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C4F is #CF83B0. Grayscale: #606060. Windows color (decimal): -13599665 or 5209136. OLE color: 5209136.
HSL color Cylindrical-coordinate representation of color #307C4F: hue angle of 144.47º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C4F is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 124 | 79 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.51 |
| HSL | 144.47º | 0.44% | 0.34% | - |
| HSV(B) | 144.47º | 0.61% | 0.49% | - |
| XYZ | 9.84 | 15.61 | 9.89 | - |
| YUV | 96.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 79 | 0.61 | 0 | 0.36 | 0.51 | 144.47 | 0.44 | 0.34 |
| Hex | 30 | 7C | 4F | 3D | 0 | 24 | 33 | 90 | 2C | 22 |
| Octal | 60 | 174 | 117 | 75 | 0 | 44 | 63 | 220 | 54 | 42 |
| Binary | 110000 | 1111100 | 1001111 | 111101 | 0 | 100100 | 110011 | 10010000 | 101100 | 100010 |
Color Harmonies of #307C4F
Complementary color
Monochromatic Colors of #307C4F
Black with #307C4F
Text Example
Text Example
White with #307C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307C4F; }
p { color: rgb(48,124,79); }
H1.HeaderClassName
{
color: #307C4F;
}
.AnyTagClassName
{
color: #307C4F;
}
</style>
background-color css
<style>
a { background-color: #307C4F; }
a { background-color: rgb(48,124,79); }
div.DivClassName
{
background-color: #307C4F;
}
.BgClassName
{
background-color: #307C4F;
}
</style>
border-color css
<style>
span { border-color: #307C4F; }
span { border-color: rgb(48,124,79); }
td.TdClassName
{
border-color: #307C4F;
}
.TagClassName
{
border-color: #307C4F;
}
</style>