Shades of Amazon #306D50
Tints of Amazon #306D50
RGB
CMYK
RGB Variations
Color information
#306D50 (or 0x306D50) is known color: Amazon. HEX triplet: 30, 6D and 50. RGB value is (48,109,80). Sum of RGB (Red+Green+Blue) = 48+109+80=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #306D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D50 is #CF92AF. Grayscale: #575757. Windows color (decimal): -13603504 or 5270832. OLE color: 5270832.
HSL color Cylindrical-coordinate representation of color #306D50: hue angle of 151.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306D50 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 109 | 80 | - |
| CMYK | 0.56 | 0 | 0.27 | 0.57 |
| HSL | 151.48º | 0.39% | 0.31% | - |
| HSV(B) | 151.48º | 0.56% | 0.43% | - |
| XYZ | 8.14 | 12.14 | 9.5 | - |
| YUV | 87.46 | 123.79 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 80 | 0.56 | 0 | 0.27 | 0.57 | 151.48 | 0.39 | 0.31 |
| Hex | 30 | 6D | 50 | 38 | 0 | 1B | 39 | 97 | 27 | 1F |
| Octal | 60 | 155 | 120 | 70 | 0 | 33 | 71 | 227 | 47 | 37 |
| Binary | 110000 | 1101101 | 1010000 | 111000 | 0 | 11011 | 111001 | 10010111 | 100111 | 11111 |
Color Harmonies of #306D50
Complementary color
Monochromatic Colors of #306D50
Black with #306D50
Text Example
Text Example
White with #306D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D50; }
p { color: rgb(48,109,80); }
H1.HeaderClassName
{
color: #306D50;
}
.AnyTagClassName
{
color: #306D50;
}
</style>
background-color css
<style>
a { background-color: #306D50; }
a { background-color: rgb(48,109,80); }
div.DivClassName
{
background-color: #306D50;
}
.BgClassName
{
background-color: #306D50;
}
</style>
border-color css
<style>
span { border-color: #306D50; }
span { border-color: rgb(48,109,80); }
td.TdClassName
{
border-color: #306D50;
}
.TagClassName
{
border-color: #306D50;
}
</style>