Shades of Firefly #294242
Tints of Firefly #294242
RGB
CMYK
RGB Variations
Color information
#294242 (or 0x294242) is known color: Firefly. HEX triplet: 29, 42 and 42. RGB value is (41,66,66). Sum of RGB (Red+Green+Blue) = 41+66+66=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #294242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294242 is #D6BDBD. Grayscale: #3A3A3A. Windows color (decimal): -14073278 or 4342313. OLE color: 4342313.
HSL color Cylindrical-coordinate representation of color #294242: hue angle of 180º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #294242 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 66 | 66 | - |
| CMYK | 0.38 | 0 | 0 | 0.74 |
| HSL | 180º | 0.23% | 0.21% | - |
| HSV(B) | 180º | 0.38% | 0.26% | - |
| XYZ | 3.85 | 4.76 | 5.87 | - |
| YUV | 58.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 66 | 0.38 | 0 | 0 | 0.74 | 180 | 0.23 | 0.21 |
| Hex | 29 | 42 | 42 | 26 | 0 | 0 | 4A | B4 | 17 | 15 |
| Octal | 51 | 102 | 102 | 46 | 0 | 0 | 112 | 264 | 27 | 25 |
| Binary | 101001 | 1000010 | 1000010 | 100110 | 0 | 0 | 1001010 | 10110100 | 10111 | 10101 |
Color Harmonies of #294242
Complementary color
Monochromatic Colors of #294242
Black with #294242
Text Example
Text Example
White with #294242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294242; }
p { color: rgb(41,66,66); }
H1.HeaderClassName
{
color: #294242;
}
.AnyTagClassName
{
color: #294242;
}
</style>
background-color css
<style>
a { background-color: #294242; }
a { background-color: rgb(41,66,66); }
div.DivClassName
{
background-color: #294242;
}
.BgClassName
{
background-color: #294242;
}
</style>
border-color css
<style>
span { border-color: #294242; }
span { border-color: rgb(41,66,66); }
td.TdClassName
{
border-color: #294242;
}
.TagClassName
{
border-color: #294242;
}
</style>