Shades of Amazon #307953
Tints of Amazon #307953
RGB
CMYK
RGB Variations
Color information
#307953 (or 0x307953) is known color: Amazon. HEX triplet: 30, 79 and 53. RGB value is (48,121,83). Sum of RGB (Red+Green+Blue) = 48+121+83=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #307953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307953 is #CF86AC. Grayscale: #5E5E5E. Windows color (decimal): -13600429 or 5470512. OLE color: 5470512.
HSL color Cylindrical-coordinate representation of color #307953: hue angle of 148.77º 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 #307953 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 121 | 83 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.53 |
| HSL | 148.77º | 0.43% | 0.33% | - |
| HSV(B) | 148.77º | 0.6% | 0.47% | - |
| XYZ | 9.62 | 14.93 | 10.56 | - |
| YUV | 94.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 83 | 0.60 | 0 | 0.31 | 0.53 | 148.77 | 0.43 | 0.33 |
| Hex | 30 | 79 | 53 | 3C | 0 | 1F | 35 | 95 | 2B | 21 |
| Octal | 60 | 171 | 123 | 74 | 0 | 37 | 65 | 225 | 53 | 41 |
| Binary | 110000 | 1111001 | 1010011 | 111100 | 0 | 11111 | 110101 | 10010101 | 101011 | 100001 |
Color Harmonies of #307953
Complementary color
Monochromatic Colors of #307953
Black with #307953
Text Example
Text Example
White with #307953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307953; }
p { color: rgb(48,121,83); }
H1.HeaderClassName
{
color: #307953;
}
.AnyTagClassName
{
color: #307953;
}
</style>
background-color css
<style>
a { background-color: #307953; }
a { background-color: rgb(48,121,83); }
div.DivClassName
{
background-color: #307953;
}
.BgClassName
{
background-color: #307953;
}
</style>
border-color css
<style>
span { border-color: #307953; }
span { border-color: rgb(48,121,83); }
td.TdClassName
{
border-color: #307953;
}
.TagClassName
{
border-color: #307953;
}
</style>