Shades of Amazon #308547
Tints of Amazon #308547
RGB
CMYK
RGB Variations
Color information
#308547 (or 0x308547) is known color: Amazon. HEX triplet: 30, 85 and 47. RGB value is (48,133,71). Sum of RGB (Red+Green+Blue) = 48+133+71=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #308547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308547 is #CF7AB8. Grayscale: #646464. Windows color (decimal): -13597369 or 4687152. OLE color: 4687152.
HSL color Cylindrical-coordinate representation of color #308547: hue angle of 136.24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308547 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 71 | - |
| CMYK | 0.64 | 0 | 0.47 | 0.48 |
| HSL | 136.24º | 0.47% | 0.35% | - |
| HSV(B) | 136.24º | 0.64% | 0.52% | - |
| XYZ | 10.74 | 17.86 | 8.84 | - |
| YUV | 100.52 | 111.34 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 71 | 0.64 | 0 | 0.47 | 0.48 | 136.24 | 0.47 | 0.35 |
| Hex | 30 | 85 | 47 | 40 | 0 | 2F | 30 | 88 | 2F | 23 |
| Octal | 60 | 205 | 107 | 100 | 0 | 57 | 60 | 210 | 57 | 43 |
| Binary | 110000 | 10000101 | 1000111 | 1000000 | 0 | 101111 | 110000 | 10001000 | 101111 | 100011 |
Color Harmonies of #308547
Complementary color
Monochromatic Colors of #308547
Black with #308547
Text Example
Text Example
White with #308547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308547; }
p { color: rgb(48,133,71); }
H1.HeaderClassName
{
color: #308547;
}
.AnyTagClassName
{
color: #308547;
}
</style>
background-color css
<style>
a { background-color: #308547; }
a { background-color: rgb(48,133,71); }
div.DivClassName
{
background-color: #308547;
}
.BgClassName
{
background-color: #308547;
}
</style>
border-color css
<style>
span { border-color: #308547; }
span { border-color: rgb(48,133,71); }
td.TdClassName
{
border-color: #308547;
}
.TagClassName
{
border-color: #308547;
}
</style>