Shades of Amazon #308153
Tints of Amazon #308153
RGB
CMYK
RGB Variations
Color information
#308153 (or 0x308153) is known color: Amazon. HEX triplet: 30, 81 and 53. RGB value is (48,129,83). Sum of RGB (Red+Green+Blue) = 48+129+83=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #308153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308153 is #CF7EAC. Grayscale: #636363. Windows color (decimal): -13598381 or 5472560. OLE color: 5472560.
HSL color Cylindrical-coordinate representation of color #308153: hue angle of 145.93º 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 #308153 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 83 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.49 |
| HSL | 145.93º | 0.46% | 0.35% | - |
| HSV(B) | 145.93º | 0.63% | 0.51% | - |
| XYZ | 10.63 | 16.95 | 10.9 | - |
| YUV | 99.54 | 118.66 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 83 | 0.63 | 0 | 0.36 | 0.49 | 145.93 | 0.46 | 0.35 |
| Hex | 30 | 81 | 53 | 3F | 0 | 24 | 31 | 92 | 2E | 23 |
| Octal | 60 | 201 | 123 | 77 | 0 | 44 | 61 | 222 | 56 | 43 |
| Binary | 110000 | 10000001 | 1010011 | 111111 | 0 | 100100 | 110001 | 10010010 | 101110 | 100011 |
Color Harmonies of #308153
Complementary color
Monochromatic Colors of #308153
Black with #308153
Text Example
Text Example
White with #308153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308153; }
p { color: rgb(48,129,83); }
H1.HeaderClassName
{
color: #308153;
}
.AnyTagClassName
{
color: #308153;
}
</style>
background-color css
<style>
a { background-color: #308153; }
a { background-color: rgb(48,129,83); }
div.DivClassName
{
background-color: #308153;
}
.BgClassName
{
background-color: #308153;
}
</style>
border-color css
<style>
span { border-color: #308153; }
span { border-color: rgb(48,129,83); }
td.TdClassName
{
border-color: #308153;
}
.TagClassName
{
border-color: #308153;
}
</style>