Shades of Amazon #307F54
Tints of Amazon #307F54
RGB
CMYK
RGB Variations
Color information
#307F54 (or 0x307F54) is known color: Amazon. HEX triplet: 30, 7F and 54. RGB value is (48,127,84). Sum of RGB (Red+Green+Blue) = 48+127+84=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #307F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307F54 is #CF80AB. Grayscale: #626262. Windows color (decimal): -13598892 or 5537584. OLE color: 5537584.
HSL color Cylindrical-coordinate representation of color #307F54: hue angle of 147.34º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307F54 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 48 | 127 | 84 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.50 |
| HSL | 147.34º | 0.45% | 0.34% | - |
| HSV(B) | 147.34º | 0.62% | 0.5% | - |
| XYZ | 10.41 | 16.45 | 11.01 | - |
| YUV | 98.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 84 | 0.62 | 0 | 0.34 | 0.50 | 147.34 | 0.45 | 0.34 |
| Hex | 30 | 7F | 54 | 3E | 0 | 22 | 32 | 93 | 2D | 22 |
| Octal | 60 | 177 | 124 | 76 | 0 | 42 | 62 | 223 | 55 | 42 |
| Binary | 110000 | 1111111 | 1010100 | 111110 | 0 | 100010 | 110010 | 10010011 | 101101 | 100010 |
Color Harmonies of #307F54
Complementary color
Monochromatic Colors of #307F54
Black with #307F54
Text Example
Text Example
White with #307F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307F54; }
p { color: rgb(48,127,84); }
H1.HeaderClassName
{
color: #307F54;
}
.AnyTagClassName
{
color: #307F54;
}
</style>
background-color css
<style>
a { background-color: #307F54; }
a { background-color: rgb(48,127,84); }
div.DivClassName
{
background-color: #307F54;
}
.BgClassName
{
background-color: #307F54;
}
</style>
border-color css
<style>
span { border-color: #307F54; }
span { border-color: rgb(48,127,84); }
td.TdClassName
{
border-color: #307F54;
}
.TagClassName
{
border-color: #307F54;
}
</style>