Shades of Amazon #30804B
Tints of Amazon #30804B
RGB
CMYK
RGB Variations
Color information
#30804B (or 0x30804B) is known color: Amazon. HEX triplet: 30, 80 and 4B. RGB value is (48,128,75). Sum of RGB (Red+Green+Blue) = 48+128+75=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #30804B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30804B is #CF7FB4. Grayscale: #626262. Windows color (decimal): -13598645 or 4948016. OLE color: 4948016.
HSL color Cylindrical-coordinate representation of color #30804B: hue angle of 140.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 #30804B is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 75 | - |
| CMYK | 0.62 | 0 | 0.41 | 0.50 |
| HSL | 140.25º | 0.45% | 0.35% | - |
| HSV(B) | 140.25º | 0.63% | 0.5% | - |
| XYZ | 10.21 | 16.57 | 9.32 | - |
| YUV | 98.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 75 | 0.62 | 0 | 0.41 | 0.50 | 140.25 | 0.45 | 0.35 |
| Hex | 30 | 80 | 4B | 3E | 0 | 29 | 32 | 8C | 2D | 23 |
| Octal | 60 | 200 | 113 | 76 | 0 | 51 | 62 | 214 | 55 | 43 |
| Binary | 110000 | 10000000 | 1001011 | 111110 | 0 | 101001 | 110010 | 10001100 | 101101 | 100011 |
Color Harmonies of #30804B
Complementary color
Monochromatic Colors of #30804B
Black with #30804B
Text Example
Text Example
White with #30804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30804B; }
p { color: rgb(48,128,75); }
H1.HeaderClassName
{
color: #30804B;
}
.AnyTagClassName
{
color: #30804B;
}
</style>
background-color css
<style>
a { background-color: #30804B; }
a { background-color: rgb(48,128,75); }
div.DivClassName
{
background-color: #30804B;
}
.BgClassName
{
background-color: #30804B;
}
</style>
border-color css
<style>
span { border-color: #30804B; }
span { border-color: rgb(48,128,75); }
td.TdClassName
{
border-color: #30804B;
}
.TagClassName
{
border-color: #30804B;
}
</style>