Shades of Amazon #30794C
Tints of Amazon #30794C
RGB
CMYK
RGB Variations
Color information
#30794C (or 0x30794C) is known color: Amazon. HEX triplet: 30, 79 and 4C. RGB value is (48,121,76). Sum of RGB (Red+Green+Blue) = 48+121+76=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #30794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30794C is #CF86B3. Grayscale: #5E5E5E. Windows color (decimal): -13600436 or 5011760. OLE color: 5011760.
HSL color Cylindrical-coordinate representation of color #30794C: hue angle of 143.01º 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 #30794C is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 121 | 76 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.53 |
| HSL | 143.01º | 0.43% | 0.33% | - |
| HSV(B) | 143.01º | 0.6% | 0.47% | - |
| XYZ | 9.36 | 14.82 | 9.21 | - |
| YUV | 94.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 76 | 0.60 | 0 | 0.37 | 0.53 | 143.01 | 0.43 | 0.33 |
| Hex | 30 | 79 | 4C | 3C | 0 | 25 | 35 | 8F | 2B | 21 |
| Octal | 60 | 171 | 114 | 74 | 0 | 45 | 65 | 217 | 53 | 41 |
| Binary | 110000 | 1111001 | 1001100 | 111100 | 0 | 100101 | 110101 | 10001111 | 101011 | 100001 |
Color Harmonies of #30794C
Complementary color
Monochromatic Colors of #30794C
Black with #30794C
Text Example
Text Example
White with #30794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30794C; }
p { color: rgb(48,121,76); }
H1.HeaderClassName
{
color: #30794C;
}
.AnyTagClassName
{
color: #30794C;
}
</style>
background-color css
<style>
a { background-color: #30794C; }
a { background-color: rgb(48,121,76); }
div.DivClassName
{
background-color: #30794C;
}
.BgClassName
{
background-color: #30794C;
}
</style>
border-color css
<style>
span { border-color: #30794C; }
span { border-color: rgb(48,121,76); }
td.TdClassName
{
border-color: #30794C;
}
.TagClassName
{
border-color: #30794C;
}
</style>