Shades of Amazon #308049
Tints of Amazon #308049
RGB
CMYK
RGB Variations
Color information
#308049 (or 0x308049) is known color: Amazon. HEX triplet: 30, 80 and 49. RGB value is (48,128,73). Sum of RGB (Red+Green+Blue) = 48+128+73=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #308049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308049 is #CF7FB6. Grayscale: #616161. Windows color (decimal): -13598647 or 4816944. OLE color: 4816944.
HSL color Cylindrical-coordinate representation of color #308049: hue angle of 138.75º 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 #308049 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 128 | 73 | - |
| CMYK | 0.62 | 0 | 0.43 | 0.50 |
| HSL | 138.75º | 0.45% | 0.35% | - |
| HSV(B) | 138.75º | 0.63% | 0.5% | - |
| XYZ | 10.14 | 16.55 | 8.96 | - |
| YUV | 97.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 128 | 73 | 0.62 | 0 | 0.43 | 0.50 | 138.75 | 0.45 | 0.35 |
| Hex | 30 | 80 | 49 | 3E | 0 | 2B | 32 | 8B | 2D | 23 |
| Octal | 60 | 200 | 111 | 76 | 0 | 53 | 62 | 213 | 55 | 43 |
| Binary | 110000 | 10000000 | 1001001 | 111110 | 0 | 101011 | 110010 | 10001011 | 101101 | 100011 |
Color Harmonies of #308049
Complementary color
Monochromatic Colors of #308049
Black with #308049
Text Example
Text Example
White with #308049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308049; }
p { color: rgb(48,128,73); }
H1.HeaderClassName
{
color: #308049;
}
.AnyTagClassName
{
color: #308049;
}
</style>
background-color css
<style>
a { background-color: #308049; }
a { background-color: rgb(48,128,73); }
div.DivClassName
{
background-color: #308049;
}
.BgClassName
{
background-color: #308049;
}
</style>
border-color css
<style>
span { border-color: #308049; }
span { border-color: rgb(48,128,73); }
td.TdClassName
{
border-color: #308049;
}
.TagClassName
{
border-color: #308049;
}
</style>