Shades of Amazon #30804F
Tints of Amazon #30804F
RGB
CMYK
RGB Variations
Color information
#30804F (or 0x30804F) is known color: Amazon. HEX triplet: 30, 80 and 4F. RGB value is (48,128,79). Sum of RGB (Red+Green+Blue) = 48+128+79=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #30804F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30804F is #CF7FB0. Grayscale: #626262. Windows color (decimal): -13598641 or 5210160. OLE color: 5210160.
HSL color Cylindrical-coordinate representation of color #30804F: hue angle of 143.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30804F is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 79 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.50 |
| HSL | 143.25º | 0.45% | 0.35% | - |
| HSV(B) | 143.25º | 0.63% | 0.5% | - |
| XYZ | 10.35 | 16.63 | 10.06 | - |
| YUV | 98.49 | 117 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 79 | 0.62 | 0 | 0.38 | 0.50 | 143.25 | 0.45 | 0.35 |
| Hex | 30 | 80 | 4F | 3E | 0 | 26 | 32 | 8F | 2D | 23 |
| Octal | 60 | 200 | 117 | 76 | 0 | 46 | 62 | 217 | 55 | 43 |
| Binary | 110000 | 10000000 | 1001111 | 111110 | 0 | 100110 | 110010 | 10001111 | 101101 | 100011 |
Color Harmonies of #30804F
Complementary color
Monochromatic Colors of #30804F
Black with #30804F
Text Example
Text Example
White with #30804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30804F; }
p { color: rgb(48,128,79); }
H1.HeaderClassName
{
color: #30804F;
}
.AnyTagClassName
{
color: #30804F;
}
</style>
background-color css
<style>
a { background-color: #30804F; }
a { background-color: rgb(48,128,79); }
div.DivClassName
{
background-color: #30804F;
}
.BgClassName
{
background-color: #30804F;
}
</style>
border-color css
<style>
span { border-color: #30804F; }
span { border-color: rgb(48,128,79); }
td.TdClassName
{
border-color: #30804F;
}
.TagClassName
{
border-color: #30804F;
}
</style>