Shades of Amazon #30794A
Tints of Amazon #30794A
RGB
CMYK
RGB Variations
Color information
#30794A (or 0x30794A) is known color: Amazon. HEX triplet: 30, 79 and 4A. RGB value is (48,121,74). Sum of RGB (Red+Green+Blue) = 48+121+74=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 121 (47.66% from 255 or 49.79% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 121 - color contains mainly: green. Hex color #30794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30794A is #CF86B5. Grayscale: #5D5D5D. Windows color (decimal): -13600438 or 4880688. OLE color: 4880688.
HSL color Cylindrical-coordinate representation of color #30794A: hue angle of 141.37º 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 #30794A is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 121 | 74 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.53 |
| HSL | 141.37º | 0.43% | 0.33% | - |
| HSV(B) | 141.37º | 0.6% | 0.47% | - |
| XYZ | 9.29 | 14.8 | 8.85 | - |
| YUV | 93.82 | 116.82 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 74 | 0.60 | 0 | 0.39 | 0.53 | 141.37 | 0.43 | 0.33 |
| Hex | 30 | 79 | 4A | 3C | 0 | 27 | 35 | 8D | 2B | 21 |
| Octal | 60 | 171 | 112 | 74 | 0 | 47 | 65 | 215 | 53 | 41 |
| Binary | 110000 | 1111001 | 1001010 | 111100 | 0 | 100111 | 110101 | 10001101 | 101011 | 100001 |
Color Harmonies of #30794A
Complementary color
Monochromatic Colors of #30794A
Black with #30794A
Text Example
Text Example
White with #30794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30794A; }
p { color: rgb(48,121,74); }
H1.HeaderClassName
{
color: #30794A;
}
.AnyTagClassName
{
color: #30794A;
}
</style>
background-color css
<style>
a { background-color: #30794A; }
a { background-color: rgb(48,121,74); }
div.DivClassName
{
background-color: #30794A;
}
.BgClassName
{
background-color: #30794A;
}
</style>
border-color css
<style>
span { border-color: #30794A; }
span { border-color: rgb(48,121,74); }
td.TdClassName
{
border-color: #30794A;
}
.TagClassName
{
border-color: #30794A;
}
</style>