Shades of Firefly #304D49
Tints of Firefly #304D49
RGB
CMYK
RGB Variations
Color information
#304D49 (or 0x304D49) is known color: Firefly. HEX triplet: 30, 4D and 49. RGB value is (48,77,73). Sum of RGB (Red+Green+Blue) = 48+77+73=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 77 - color contains mainly: green. Hex color #304D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D49 is #CFB2B6. Grayscale: #434343. Windows color (decimal): -13611703 or 4803888. OLE color: 4803888.
HSL color Cylindrical-coordinate representation of color #304D49: hue angle of 171.72º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D49 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 77 | 73 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.70 |
| HSL | 171.72º | 0.23% | 0.25% | - |
| HSV(B) | 171.72º | 0.38% | 0.3% | - |
| XYZ | 5.08 | 6.42 | 7.27 | - |
| YUV | 67.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 73 | 0.38 | 0 | 0.05 | 0.70 | 171.72 | 0.23 | 0.25 |
| Hex | 30 | 4D | 49 | 26 | 0 | 5 | 46 | AC | 17 | 19 |
| Octal | 60 | 115 | 111 | 46 | 0 | 5 | 106 | 254 | 27 | 31 |
| Binary | 110000 | 1001101 | 1001001 | 100110 | 0 | 101 | 1000110 | 10101100 | 10111 | 11001 |
Color Harmonies of #304D49
Complementary color
Monochromatic Colors of #304D49
Black with #304D49
Text Example
Text Example
White with #304D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D49; }
p { color: rgb(48,77,73); }
H1.HeaderClassName
{
color: #304D49;
}
.AnyTagClassName
{
color: #304D49;
}
</style>
background-color css
<style>
a { background-color: #304D49; }
a { background-color: rgb(48,77,73); }
div.DivClassName
{
background-color: #304D49;
}
.BgClassName
{
background-color: #304D49;
}
</style>
border-color css
<style>
span { border-color: #304D49; }
span { border-color: rgb(48,77,73); }
td.TdClassName
{
border-color: #304D49;
}
.TagClassName
{
border-color: #304D49;
}
</style>