Shades of Amazon #307858
Tints of Amazon #307858
RGB
CMYK
RGB Variations
Color information
#307858 (or 0x307858) is known color: Amazon. HEX triplet: 30, 78 and 58. RGB value is (48,120,88). Sum of RGB (Red+Green+Blue) = 48+120+88=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #307858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307858 is #CF87A7. Grayscale: #5E5E5E. Windows color (decimal): -13600680 or 5797936. OLE color: 5797936.
HSL color Cylindrical-coordinate representation of color #307858: hue angle of 153.33º 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 #307858 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 120 | 88 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.53 |
| HSL | 153.33º | 0.43% | 0.33% | - |
| HSV(B) | 153.33º | 0.6% | 0.47% | - |
| XYZ | 9.7 | 14.77 | 11.57 | - |
| YUV | 94.82 | 124.15 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 88 | 0.60 | 0 | 0.27 | 0.53 | 153.33 | 0.43 | 0.33 |
| Hex | 30 | 78 | 58 | 3C | 0 | 1B | 35 | 99 | 2B | 21 |
| Octal | 60 | 170 | 130 | 74 | 0 | 33 | 65 | 231 | 53 | 41 |
| Binary | 110000 | 1111000 | 1011000 | 111100 | 0 | 11011 | 110101 | 10011001 | 101011 | 100001 |
Color Harmonies of #307858
Complementary color
Monochromatic Colors of #307858
Black with #307858
Text Example
Text Example
White with #307858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307858; }
p { color: rgb(48,120,88); }
H1.HeaderClassName
{
color: #307858;
}
.AnyTagClassName
{
color: #307858;
}
</style>
background-color css
<style>
a { background-color: #307858; }
a { background-color: rgb(48,120,88); }
div.DivClassName
{
background-color: #307858;
}
.BgClassName
{
background-color: #307858;
}
</style>
border-color css
<style>
span { border-color: #307858; }
span { border-color: rgb(48,120,88); }
td.TdClassName
{
border-color: #307858;
}
.TagClassName
{
border-color: #307858;
}
</style>