Shades of Amazon #30794F
Tints of Amazon #30794F
RGB
CMYK
RGB Variations
Color information
#30794F (or 0x30794F) is known color: Amazon. HEX triplet: 30, 79 and 4F. RGB value is (48,121,79). Sum of RGB (Red+Green+Blue) = 48+121+79=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #30794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30794F is #CF86B0. Grayscale: #5E5E5E. Windows color (decimal): -13600433 or 5208368. OLE color: 5208368.
HSL color Cylindrical-coordinate representation of color #30794F: hue angle of 145.48º 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 #30794F is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 121 | 79 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.53 |
| HSL | 145.48º | 0.43% | 0.33% | - |
| HSV(B) | 145.48º | 0.6% | 0.47% | - |
| XYZ | 9.47 | 14.87 | 9.77 | - |
| YUV | 94.39 | 119.32 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 79 | 0.60 | 0 | 0.35 | 0.53 | 145.48 | 0.43 | 0.33 |
| Hex | 30 | 79 | 4F | 3C | 0 | 23 | 35 | 91 | 2B | 21 |
| Octal | 60 | 171 | 117 | 74 | 0 | 43 | 65 | 221 | 53 | 41 |
| Binary | 110000 | 1111001 | 1001111 | 111100 | 0 | 100011 | 110101 | 10010001 | 101011 | 100001 |
Color Harmonies of #30794F
Complementary color
Monochromatic Colors of #30794F
Black with #30794F
Text Example
Text Example
White with #30794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30794F; }
p { color: rgb(48,121,79); }
H1.HeaderClassName
{
color: #30794F;
}
.AnyTagClassName
{
color: #30794F;
}
</style>
background-color css
<style>
a { background-color: #30794F; }
a { background-color: rgb(48,121,79); }
div.DivClassName
{
background-color: #30794F;
}
.BgClassName
{
background-color: #30794F;
}
</style>
border-color css
<style>
span { border-color: #30794F; }
span { border-color: rgb(48,121,79); }
td.TdClassName
{
border-color: #30794F;
}
.TagClassName
{
border-color: #30794F;
}
</style>