Shades of Firefly #294B47
Tints of Firefly #294B47
RGB
CMYK
RGB Variations
Color information
#294B47 (or 0x294B47) is known color: Firefly. HEX triplet: 29, 4B and 47. RGB value is (41,75,71). Sum of RGB (Red+Green+Blue) = 41+75+71=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #294B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B47 is #D6B4B8. Grayscale: #404040. Windows color (decimal): -14070969 or 4672297. OLE color: 4672297.
HSL color Cylindrical-coordinate representation of color #294B47: hue angle of 172.94º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294B47 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 75 | 71 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.71 |
| HSL | 172.94º | 0.29% | 0.23% | - |
| HSV(B) | 172.94º | 0.45% | 0.29% | - |
| XYZ | 4.57 | 5.96 | 6.87 | - |
| YUV | 64.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 71 | 0.45 | 0 | 0.05 | 0.71 | 172.94 | 0.29 | 0.23 |
| Hex | 29 | 4B | 47 | 2D | 0 | 5 | 47 | AD | 1D | 17 |
| Octal | 51 | 113 | 107 | 55 | 0 | 5 | 107 | 255 | 35 | 27 |
| Binary | 101001 | 1001011 | 1000111 | 101101 | 0 | 101 | 1000111 | 10101101 | 11101 | 10111 |
Color Harmonies of #294B47
Complementary color
Monochromatic Colors of #294B47
Black with #294B47
Text Example
Text Example
White with #294B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B47; }
p { color: rgb(41,75,71); }
H1.HeaderClassName
{
color: #294B47;
}
.AnyTagClassName
{
color: #294B47;
}
</style>
background-color css
<style>
a { background-color: #294B47; }
a { background-color: rgb(41,75,71); }
div.DivClassName
{
background-color: #294B47;
}
.BgClassName
{
background-color: #294B47;
}
</style>
border-color css
<style>
span { border-color: #294B47; }
span { border-color: rgb(41,75,71); }
td.TdClassName
{
border-color: #294B47;
}
.TagClassName
{
border-color: #294B47;
}
</style>