Shades of Amazon #308346
Tints of Amazon #308346
RGB
CMYK
RGB Variations
Color information
#308346 (or 0x308346) is known color: Amazon. HEX triplet: 30, 83 and 46. RGB value is (48,131,70). Sum of RGB (Red+Green+Blue) = 48+131+70=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #308346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308346 is #CF7CB9. Grayscale: #636363. Windows color (decimal): -13597882 or 4621104. OLE color: 4621104.
HSL color Cylindrical-coordinate representation of color #308346: hue angle of 135.9º 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 #308346 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 48 | 131 | 70 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.49 |
| HSL | 135.9º | 0.46% | 0.35% | - |
| HSV(B) | 135.9º | 0.63% | 0.51% | - |
| XYZ | 10.44 | 17.3 | 8.58 | - |
| YUV | 99.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 70 | 0.63 | 0 | 0.47 | 0.49 | 135.9 | 0.46 | 0.35 |
| Hex | 30 | 83 | 46 | 3F | 0 | 2F | 31 | 88 | 2E | 23 |
| Octal | 60 | 203 | 106 | 77 | 0 | 57 | 61 | 210 | 56 | 43 |
| Binary | 110000 | 10000011 | 1000110 | 111111 | 0 | 101111 | 110001 | 10001000 | 101110 | 100011 |
Color Harmonies of #308346
Complementary color
Monochromatic Colors of #308346
Black with #308346
Text Example
Text Example
White with #308346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308346; }
p { color: rgb(48,131,70); }
H1.HeaderClassName
{
color: #308346;
}
.AnyTagClassName
{
color: #308346;
}
</style>
background-color css
<style>
a { background-color: #308346; }
a { background-color: rgb(48,131,70); }
div.DivClassName
{
background-color: #308346;
}
.BgClassName
{
background-color: #308346;
}
</style>
border-color css
<style>
span { border-color: #308346; }
span { border-color: rgb(48,131,70); }
td.TdClassName
{
border-color: #308346;
}
.TagClassName
{
border-color: #308346;
}
</style>