Shades of Amazon #307251
Tints of Amazon #307251
RGB
CMYK
RGB Variations
Color information
#307251 (or 0x307251) is known color: Amazon. HEX triplet: 30, 72 and 51. RGB value is (48,114,81). Sum of RGB (Red+Green+Blue) = 48+114+81=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #307251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307251 is #CF8DAE. Grayscale: #5A5A5A. Windows color (decimal): -13602223 or 5337648. OLE color: 5337648.
HSL color Cylindrical-coordinate representation of color #307251: hue angle of 150º 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 #307251 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 48 | 114 | 81 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.55 |
| HSL | 150º | 0.41% | 0.32% | - |
| HSV(B) | 150º | 0.58% | 0.45% | - |
| XYZ | 8.72 | 13.26 | 9.88 | - |
| YUV | 90.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 114 | 81 | 0.58 | 0 | 0.29 | 0.55 | 150 | 0.41 | 0.32 |
| Hex | 30 | 72 | 51 | 3A | 0 | 1D | 37 | 96 | 29 | 20 |
| Octal | 60 | 162 | 121 | 72 | 0 | 35 | 67 | 226 | 51 | 40 |
| Binary | 110000 | 1110010 | 1010001 | 111010 | 0 | 11101 | 110111 | 10010110 | 101001 | 100000 |
Color Harmonies of #307251
Complementary color
Monochromatic Colors of #307251
Black with #307251
Text Example
Text Example
White with #307251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307251; }
p { color: rgb(48,114,81); }
H1.HeaderClassName
{
color: #307251;
}
.AnyTagClassName
{
color: #307251;
}
</style>
background-color css
<style>
a { background-color: #307251; }
a { background-color: rgb(48,114,81); }
div.DivClassName
{
background-color: #307251;
}
.BgClassName
{
background-color: #307251;
}
</style>
border-color css
<style>
span { border-color: #307251; }
span { border-color: rgb(48,114,81); }
td.TdClassName
{
border-color: #307251;
}
.TagClassName
{
border-color: #307251;
}
</style>