Shades of Amazon #307947
Tints of Amazon #307947
RGB
CMYK
RGB Variations
Color information
#307947 (or 0x307947) is known color: Amazon. HEX triplet: 30, 79 and 47. RGB value is (48,121,71). Sum of RGB (Red+Green+Blue) = 48+121+71=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #307947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307947 is #CF86B8. Grayscale: #5D5D5D. Windows color (decimal): -13600441 or 4684080. OLE color: 4684080.
HSL color Cylindrical-coordinate representation of color #307947: hue angle of 138.9º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307947 is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 121 | 71 | - |
| CMYK | 0.60 | 0 | 0.41 | 0.53 |
| HSL | 138.9º | 0.43% | 0.33% | - |
| HSV(B) | 138.9º | 0.6% | 0.47% | - |
| XYZ | 9.19 | 14.76 | 8.33 | - |
| YUV | 93.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 71 | 0.60 | 0 | 0.41 | 0.53 | 138.9 | 0.43 | 0.33 |
| Hex | 30 | 79 | 47 | 3C | 0 | 29 | 35 | 8B | 2B | 21 |
| Octal | 60 | 171 | 107 | 74 | 0 | 51 | 65 | 213 | 53 | 41 |
| Binary | 110000 | 1111001 | 1000111 | 111100 | 0 | 101001 | 110101 | 10001011 | 101011 | 100001 |
Color Harmonies of #307947
Complementary color
Monochromatic Colors of #307947
Black with #307947
Text Example
Text Example
White with #307947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307947; }
p { color: rgb(48,121,71); }
H1.HeaderClassName
{
color: #307947;
}
.AnyTagClassName
{
color: #307947;
}
</style>
background-color css
<style>
a { background-color: #307947; }
a { background-color: rgb(48,121,71); }
div.DivClassName
{
background-color: #307947;
}
.BgClassName
{
background-color: #307947;
}
</style>
border-color css
<style>
span { border-color: #307947; }
span { border-color: rgb(48,121,71); }
td.TdClassName
{
border-color: #307947;
}
.TagClassName
{
border-color: #307947;
}
</style>