Shades of Amazon #307948
Tints of Amazon #307948
RGB
CMYK
RGB Variations
Color information
#307948 (or 0x307948) is known color: Amazon. HEX triplet: 30, 79 and 48. RGB value is (48,121,72). Sum of RGB (Red+Green+Blue) = 48+121+72=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #307948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307948 is #CF86B7. Grayscale: #5D5D5D. Windows color (decimal): -13600440 or 4749616. OLE color: 4749616.
HSL color Cylindrical-coordinate representation of color #307948: hue angle of 139.73º 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 #307948 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 121 | 72 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.53 |
| HSL | 139.73º | 0.43% | 0.33% | - |
| HSV(B) | 139.73º | 0.6% | 0.47% | - |
| XYZ | 9.23 | 14.77 | 8.5 | - |
| YUV | 93.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 121 | 72 | 0.60 | 0 | 0.40 | 0.53 | 139.73 | 0.43 | 0.33 |
| Hex | 30 | 79 | 48 | 3C | 0 | 28 | 35 | 8C | 2B | 21 |
| Octal | 60 | 171 | 110 | 74 | 0 | 50 | 65 | 214 | 53 | 41 |
| Binary | 110000 | 1111001 | 1001000 | 111100 | 0 | 101000 | 110101 | 10001100 | 101011 | 100001 |
Color Harmonies of #307948
Complementary color
Monochromatic Colors of #307948
Black with #307948
Text Example
Text Example
White with #307948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307948; }
p { color: rgb(48,121,72); }
H1.HeaderClassName
{
color: #307948;
}
.AnyTagClassName
{
color: #307948;
}
</style>
background-color css
<style>
a { background-color: #307948; }
a { background-color: rgb(48,121,72); }
div.DivClassName
{
background-color: #307948;
}
.BgClassName
{
background-color: #307948;
}
</style>
border-color css
<style>
span { border-color: #307948; }
span { border-color: rgb(48,121,72); }
td.TdClassName
{
border-color: #307948;
}
.TagClassName
{
border-color: #307948;
}
</style>