Shades of Firefly #304F49
Tints of Firefly #304F49
RGB
CMYK
RGB Variations
Color information
#304F49 (or 0x304F49) is known color: Firefly. HEX triplet: 30, 4F and 49. RGB value is (48,79,73). Sum of RGB (Red+Green+Blue) = 48+79+73=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 79 - color contains mainly: green. Hex color #304F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F49 is #CFB0B6. Grayscale: #454545. Windows color (decimal): -13611191 or 4804400. OLE color: 4804400.
HSL color Cylindrical-coordinate representation of color #304F49: hue angle of 168.39º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #304F49 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 79 | 73 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.69 |
| HSL | 168.39º | 0.24% | 0.25% | - |
| HSV(B) | 168.39º | 0.39% | 0.31% | - |
| XYZ | 5.22 | 6.7 | 7.32 | - |
| YUV | 69.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 73 | 0.39 | 0 | 0.08 | 0.69 | 168.39 | 0.24 | 0.25 |
| Hex | 30 | 4F | 49 | 27 | 0 | 8 | 45 | A8 | 18 | 19 |
| Octal | 60 | 117 | 111 | 47 | 0 | 10 | 105 | 250 | 30 | 31 |
| Binary | 110000 | 1001111 | 1001001 | 100111 | 0 | 1000 | 1000101 | 10101000 | 11000 | 11001 |
Color Harmonies of #304F49
Complementary color
Monochromatic Colors of #304F49
Black with #304F49
Text Example
Text Example
White with #304F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F49; }
p { color: rgb(48,79,73); }
H1.HeaderClassName
{
color: #304F49;
}
.AnyTagClassName
{
color: #304F49;
}
</style>
background-color css
<style>
a { background-color: #304F49; }
a { background-color: rgb(48,79,73); }
div.DivClassName
{
background-color: #304F49;
}
.BgClassName
{
background-color: #304F49;
}
</style>
border-color css
<style>
span { border-color: #304F49; }
span { border-color: rgb(48,79,73); }
td.TdClassName
{
border-color: #304F49;
}
.TagClassName
{
border-color: #304F49;
}
</style>