Shades of Amazon #307259
Tints of Amazon #307259
RGB
CMYK
RGB Variations
Color information
#307259 (or 0x307259) is known color: Amazon. HEX triplet: 30, 72 and 59. RGB value is (48,114,89). Sum of RGB (Red+Green+Blue) = 48+114+89=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #307259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307259 is #CF8DA6. Grayscale: #5B5B5B. Windows color (decimal): -13602215 or 5861936. OLE color: 5861936.
HSL color Cylindrical-coordinate representation of color #307259: hue angle of 157.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307259 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 114 | 89 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.55 |
| HSL | 157.27º | 0.41% | 0.32% | - |
| HSV(B) | 157.27º | 0.58% | 0.45% | - |
| XYZ | 9.04 | 13.38 | 11.56 | - |
| YUV | 91.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 89 | 0.58 | 0 | 0.22 | 0.55 | 157.27 | 0.41 | 0.32 |
| Hex | 30 | 72 | 59 | 3A | 0 | 16 | 37 | 9D | 29 | 20 |
| Octal | 60 | 162 | 131 | 72 | 0 | 26 | 67 | 235 | 51 | 40 |
| Binary | 110000 | 1110010 | 1011001 | 111010 | 0 | 10110 | 110111 | 10011101 | 101001 | 100000 |
Color Harmonies of #307259
Complementary color
Monochromatic Colors of #307259
Black with #307259
Text Example
Text Example
White with #307259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307259; }
p { color: rgb(48,114,89); }
H1.HeaderClassName
{
color: #307259;
}
.AnyTagClassName
{
color: #307259;
}
</style>
background-color css
<style>
a { background-color: #307259; }
a { background-color: rgb(48,114,89); }
div.DivClassName
{
background-color: #307259;
}
.BgClassName
{
background-color: #307259;
}
</style>
border-color css
<style>
span { border-color: #307259; }
span { border-color: rgb(48,114,89); }
td.TdClassName
{
border-color: #307259;
}
.TagClassName
{
border-color: #307259;
}
</style>