Shades of Firefly #305049
Tints of Firefly #305049
RGB
CMYK
RGB Variations
Color information
#305049 (or 0x305049) is known color: Firefly. HEX triplet: 30, 50 and 49. RGB value is (48,80,73). Sum of RGB (Red+Green+Blue) = 48+80+73=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #305049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305049 is #CFAFB6. Grayscale: #454545. Windows color (decimal): -13610935 or 4804656. OLE color: 4804656.
HSL color Cylindrical-coordinate representation of color #305049: hue angle of 166.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #305049 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 80 | 73 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.69 |
| HSL | 166.88º | 0.25% | 0.25% | - |
| HSV(B) | 166.88º | 0.4% | 0.31% | - |
| XYZ | 5.29 | 6.85 | 7.35 | - |
| YUV | 69.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 73 | 0.40 | 0 | 0.09 | 0.69 | 166.88 | 0.25 | 0.25 |
| Hex | 30 | 50 | 49 | 28 | 0 | 9 | 45 | A7 | 19 | 19 |
| Octal | 60 | 120 | 111 | 50 | 0 | 11 | 105 | 247 | 31 | 31 |
| Binary | 110000 | 1010000 | 1001001 | 101000 | 0 | 1001 | 1000101 | 10100111 | 11001 | 11001 |
Color Harmonies of #305049
Complementary color
Monochromatic Colors of #305049
Black with #305049
Text Example
Text Example
White with #305049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305049; }
p { color: rgb(48,80,73); }
H1.HeaderClassName
{
color: #305049;
}
.AnyTagClassName
{
color: #305049;
}
</style>
background-color css
<style>
a { background-color: #305049; }
a { background-color: rgb(48,80,73); }
div.DivClassName
{
background-color: #305049;
}
.BgClassName
{
background-color: #305049;
}
</style>
border-color css
<style>
span { border-color: #305049; }
span { border-color: rgb(48,80,73); }
td.TdClassName
{
border-color: #305049;
}
.TagClassName
{
border-color: #305049;
}
</style>