Shades of Amazon #30824A
Tints of Amazon #30824A
RGB
CMYK
RGB Variations
Color information
#30824A (or 0x30824A) is known color: Amazon. HEX triplet: 30, 82 and 4A. RGB value is (48,130,74). Sum of RGB (Red+Green+Blue) = 48+130+74=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #30824A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30824A is #CF7DB5. Grayscale: #636363. Windows color (decimal): -13598134 or 4882992. OLE color: 4882992.
HSL color Cylindrical-coordinate representation of color #30824A: hue angle of 139.02º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30824A is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 130 | 74 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.49 |
| HSL | 139.02º | 0.46% | 0.35% | - |
| HSV(B) | 139.02º | 0.63% | 0.51% | - |
| XYZ | 10.44 | 17.09 | 9.23 | - |
| YUV | 99.1 | 113.83 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 74 | 0.63 | 0 | 0.43 | 0.49 | 139.02 | 0.46 | 0.35 |
| Hex | 30 | 82 | 4A | 3F | 0 | 2B | 31 | 8B | 2E | 23 |
| Octal | 60 | 202 | 112 | 77 | 0 | 53 | 61 | 213 | 56 | 43 |
| Binary | 110000 | 10000010 | 1001010 | 111111 | 0 | 101011 | 110001 | 10001011 | 101110 | 100011 |
Color Harmonies of #30824A
Complementary color
Monochromatic Colors of #30824A
Black with #30824A
Text Example
Text Example
White with #30824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30824A; }
p { color: rgb(48,130,74); }
H1.HeaderClassName
{
color: #30824A;
}
.AnyTagClassName
{
color: #30824A;
}
</style>
background-color css
<style>
a { background-color: #30824A; }
a { background-color: rgb(48,130,74); }
div.DivClassName
{
background-color: #30824A;
}
.BgClassName
{
background-color: #30824A;
}
</style>
border-color css
<style>
span { border-color: #30824A; }
span { border-color: rgb(48,130,74); }
td.TdClassName
{
border-color: #30824A;
}
.TagClassName
{
border-color: #30824A;
}
</style>