Shades of Amazon #308149
Tints of Amazon #308149
RGB
CMYK
RGB Variations
Color information
#308149 (or 0x308149) is known color: Amazon. HEX triplet: 30, 81 and 49. RGB value is (48,129,73). Sum of RGB (Red+Green+Blue) = 48+129+73=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #308149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308149 is #CF7EB6. Grayscale: #626262. Windows color (decimal): -13598391 or 4817200. OLE color: 4817200.
HSL color Cylindrical-coordinate representation of color #308149: hue angle of 138.52º 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 #308149 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 73 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.49 |
| HSL | 138.52º | 0.46% | 0.35% | - |
| HSV(B) | 138.52º | 0.63% | 0.51% | - |
| XYZ | 10.27 | 16.81 | 9.01 | - |
| YUV | 98.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 73 | 0.63 | 0 | 0.43 | 0.49 | 138.52 | 0.46 | 0.35 |
| Hex | 30 | 81 | 49 | 3F | 0 | 2B | 31 | 8B | 2E | 23 |
| Octal | 60 | 201 | 111 | 77 | 0 | 53 | 61 | 213 | 56 | 43 |
| Binary | 110000 | 10000001 | 1001001 | 111111 | 0 | 101011 | 110001 | 10001011 | 101110 | 100011 |
Color Harmonies of #308149
Complementary color
Monochromatic Colors of #308149
Black with #308149
Text Example
Text Example
White with #308149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308149; }
p { color: rgb(48,129,73); }
H1.HeaderClassName
{
color: #308149;
}
.AnyTagClassName
{
color: #308149;
}
</style>
background-color css
<style>
a { background-color: #308149; }
a { background-color: rgb(48,129,73); }
div.DivClassName
{
background-color: #308149;
}
.BgClassName
{
background-color: #308149;
}
</style>
border-color css
<style>
span { border-color: #308149; }
span { border-color: rgb(48,129,73); }
td.TdClassName
{
border-color: #308149;
}
.TagClassName
{
border-color: #308149;
}
</style>