Shades of Amazon #307D51
Tints of Amazon #307D51
RGB
CMYK
RGB Variations
Color information
#307D51 (or 0x307D51) is known color: Amazon. HEX triplet: 30, 7D and 51. RGB value is (48,125,81). Sum of RGB (Red+Green+Blue) = 48+125+81=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #307D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307D51 is #CF82AE. Grayscale: #616161. Windows color (decimal): -13599407 or 5340464. OLE color: 5340464.
HSL color Cylindrical-coordinate representation of color #307D51: hue angle of 145.71º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307D51 is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 125 | 81 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.51 |
| HSL | 145.71º | 0.45% | 0.34% | - |
| HSV(B) | 145.71º | 0.62% | 0.49% | - |
| XYZ | 10.04 | 15.89 | 10.32 | - |
| YUV | 96.96 | 118.99 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 81 | 0.62 | 0 | 0.35 | 0.51 | 145.71 | 0.45 | 0.34 |
| Hex | 30 | 7D | 51 | 3E | 0 | 23 | 33 | 92 | 2D | 22 |
| Octal | 60 | 175 | 121 | 76 | 0 | 43 | 63 | 222 | 55 | 42 |
| Binary | 110000 | 1111101 | 1010001 | 111110 | 0 | 100011 | 110011 | 10010010 | 101101 | 100010 |
Color Harmonies of #307D51
Complementary color
Monochromatic Colors of #307D51
Black with #307D51
Text Example
Text Example
White with #307D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307D51; }
p { color: rgb(48,125,81); }
H1.HeaderClassName
{
color: #307D51;
}
.AnyTagClassName
{
color: #307D51;
}
</style>
background-color css
<style>
a { background-color: #307D51; }
a { background-color: rgb(48,125,81); }
div.DivClassName
{
background-color: #307D51;
}
.BgClassName
{
background-color: #307D51;
}
</style>
border-color css
<style>
span { border-color: #307D51; }
span { border-color: rgb(48,125,81); }
td.TdClassName
{
border-color: #307D51;
}
.TagClassName
{
border-color: #307D51;
}
</style>