Shades of Amazon #308548
Tints of Amazon #308548
RGB
CMYK
RGB Variations
Color information
#308548 (or 0x308548) is known color: Amazon. HEX triplet: 30, 85 and 48. RGB value is (48,133,72). Sum of RGB (Red+Green+Blue) = 48+133+72=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #308548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308548 is #CF7AB7. Grayscale: #646464. Windows color (decimal): -13597368 or 4752688. OLE color: 4752688.
HSL color Cylindrical-coordinate representation of color #308548: hue angle of 136.94º 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 #308548 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 48 | 133 | 72 | - |
| CMYK | 0.64 | 0 | 0.46 | 0.48 |
| HSL | 136.94º | 0.47% | 0.35% | - |
| HSV(B) | 136.94º | 0.64% | 0.52% | - |
| XYZ | 10.78 | 17.87 | 9.01 | - |
| YUV | 100.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 72 | 0.64 | 0 | 0.46 | 0.48 | 136.94 | 0.47 | 0.35 |
| Hex | 30 | 85 | 48 | 40 | 0 | 2E | 30 | 89 | 2F | 23 |
| Octal | 60 | 205 | 110 | 100 | 0 | 56 | 60 | 211 | 57 | 43 |
| Binary | 110000 | 10000101 | 1001000 | 1000000 | 0 | 101110 | 110000 | 10001001 | 101111 | 100011 |
Color Harmonies of #308548
Complementary color
Monochromatic Colors of #308548
Black with #308548
Text Example
Text Example
White with #308548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308548; }
p { color: rgb(48,133,72); }
H1.HeaderClassName
{
color: #308548;
}
.AnyTagClassName
{
color: #308548;
}
</style>
background-color css
<style>
a { background-color: #308548; }
a { background-color: rgb(48,133,72); }
div.DivClassName
{
background-color: #308548;
}
.BgClassName
{
background-color: #308548;
}
</style>
border-color css
<style>
span { border-color: #308548; }
span { border-color: rgb(48,133,72); }
td.TdClassName
{
border-color: #308548;
}
.TagClassName
{
border-color: #308548;
}
</style>