Shades of Firefly #304342
Tints of Firefly #304342
RGB
CMYK
RGB Variations
Color information
#304342 (or 0x304342) is known color: Firefly. HEX triplet: 30, 43 and 42. RGB value is (48,67,66). Sum of RGB (Red+Green+Blue) = 48+67+66=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #304342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304342 is #CFBCBD. Grayscale: #3D3D3D. Windows color (decimal): -13614270 or 4342576. OLE color: 4342576.
HSL color Cylindrical-coordinate representation of color #304342: hue angle of 176.84º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304342 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 67 | 66 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.74 |
| HSL | 176.84º | 0.17% | 0.23% | - |
| HSV(B) | 176.84º | 0.28% | 0.26% | - |
| XYZ | 4.21 | 5.04 | 5.9 | - |
| YUV | 61.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 66 | 0.28 | 0 | 0.01 | 0.74 | 176.84 | 0.17 | 0.23 |
| Hex | 30 | 43 | 42 | 1C | 0 | 1 | 4A | B1 | 11 | 17 |
| Octal | 60 | 103 | 102 | 34 | 0 | 1 | 112 | 261 | 21 | 27 |
| Binary | 110000 | 1000011 | 1000010 | 11100 | 0 | 1 | 1001010 | 10110001 | 10001 | 10111 |
Color Harmonies of #304342
Complementary color
Monochromatic Colors of #304342
Black with #304342
Text Example
Text Example
White with #304342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304342; }
p { color: rgb(48,67,66); }
H1.HeaderClassName
{
color: #304342;
}
.AnyTagClassName
{
color: #304342;
}
</style>
background-color css
<style>
a { background-color: #304342; }
a { background-color: rgb(48,67,66); }
div.DivClassName
{
background-color: #304342;
}
.BgClassName
{
background-color: #304342;
}
</style>
border-color css
<style>
span { border-color: #304342; }
span { border-color: rgb(48,67,66); }
td.TdClassName
{
border-color: #304342;
}
.TagClassName
{
border-color: #304342;
}
</style>