Shades of Amazon #308146
Tints of Amazon #308146
RGB
CMYK
RGB Variations
Color information
#308146 (or 0x308146) is known color: Amazon. HEX triplet: 30, 81 and 46. RGB value is (48,129,70). Sum of RGB (Red+Green+Blue) = 48+129+70=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #308146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308146 is #CF7EB9. Grayscale: #626262. Windows color (decimal): -13598394 or 4620592. OLE color: 4620592.
HSL color Cylindrical-coordinate representation of color #308146: hue angle of 136.3º 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 #308146 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 129 | 70 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.49 |
| HSL | 136.3º | 0.46% | 0.35% | - |
| HSV(B) | 136.3º | 0.63% | 0.51% | - |
| XYZ | 10.17 | 16.77 | 8.5 | - |
| YUV | 98.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 129 | 70 | 0.63 | 0 | 0.46 | 0.49 | 136.3 | 0.46 | 0.35 |
| Hex | 30 | 81 | 46 | 3F | 0 | 2E | 31 | 88 | 2E | 23 |
| Octal | 60 | 201 | 106 | 77 | 0 | 56 | 61 | 210 | 56 | 43 |
| Binary | 110000 | 10000001 | 1000110 | 111111 | 0 | 101110 | 110001 | 10001000 | 101110 | 100011 |
Color Harmonies of #308146
Complementary color
Monochromatic Colors of #308146
Black with #308146
Text Example
Text Example
White with #308146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308146; }
p { color: rgb(48,129,70); }
H1.HeaderClassName
{
color: #308146;
}
.AnyTagClassName
{
color: #308146;
}
</style>
background-color css
<style>
a { background-color: #308146; }
a { background-color: rgb(48,129,70); }
div.DivClassName
{
background-color: #308146;
}
.BgClassName
{
background-color: #308146;
}
</style>
border-color css
<style>
span { border-color: #308146; }
span { border-color: rgb(48,129,70); }
td.TdClassName
{
border-color: #308146;
}
.TagClassName
{
border-color: #308146;
}
</style>