Shades of Firefly #304C48
Tints of Firefly #304C48
RGB
CMYK
RGB Variations
Color information
#304C48 (or 0x304C48) is known color: Firefly. HEX triplet: 30, 4C and 48. RGB value is (48,76,72). Sum of RGB (Red+Green+Blue) = 48+76+72=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 76 - color contains mainly: green. Hex color #304C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C48 is #CFB3B7. Grayscale: #434343. Windows color (decimal): -13611960 or 4738096. OLE color: 4738096.
HSL color Cylindrical-coordinate representation of color #304C48: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304C48 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 76 | 72 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.70 |
| HSL | 171.43º | 0.23% | 0.24% | - |
| HSV(B) | 171.43º | 0.37% | 0.3% | - |
| XYZ | 4.97 | 6.27 | 7.08 | - |
| YUV | 67.17 | 130.72 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 72 | 0.37 | 0 | 0.05 | 0.70 | 171.43 | 0.23 | 0.24 |
| Hex | 30 | 4C | 48 | 25 | 0 | 5 | 46 | AB | 17 | 18 |
| Octal | 60 | 114 | 110 | 45 | 0 | 5 | 106 | 253 | 27 | 30 |
| Binary | 110000 | 1001100 | 1001000 | 100101 | 0 | 101 | 1000110 | 10101011 | 10111 | 11000 |
Color Harmonies of #304C48
Complementary color
Monochromatic Colors of #304C48
Black with #304C48
Text Example
Text Example
White with #304C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C48; }
p { color: rgb(48,76,72); }
H1.HeaderClassName
{
color: #304C48;
}
.AnyTagClassName
{
color: #304C48;
}
</style>
background-color css
<style>
a { background-color: #304C48; }
a { background-color: rgb(48,76,72); }
div.DivClassName
{
background-color: #304C48;
}
.BgClassName
{
background-color: #304C48;
}
</style>
border-color css
<style>
span { border-color: #304C48; }
span { border-color: rgb(48,76,72); }
td.TdClassName
{
border-color: #304C48;
}
.TagClassName
{
border-color: #304C48;
}
</style>