Shades of Firefly #294745
Tints of Firefly #294745
RGB
CMYK
RGB Variations
Color information
#294745 (or 0x294745) is known color: Firefly. HEX triplet: 29, 47 and 45. RGB value is (41,71,69). Sum of RGB (Red+Green+Blue) = 41+71+69=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #294745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294745 is #D6B8BA. Grayscale: #3D3D3D. Windows color (decimal): -14071995 or 4540201. OLE color: 4540201.
HSL color Cylindrical-coordinate representation of color #294745: hue angle of 176º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #294745 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 71 | 69 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.72 |
| HSL | 176º | 0.27% | 0.22% | - |
| HSV(B) | 176º | 0.42% | 0.28% | - |
| XYZ | 4.24 | 5.41 | 6.45 | - |
| YUV | 61.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 69 | 0.42 | 0 | 0.03 | 0.72 | 176 | 0.27 | 0.22 |
| Hex | 29 | 47 | 45 | 2A | 0 | 3 | 48 | B0 | 1B | 16 |
| Octal | 51 | 107 | 105 | 52 | 0 | 3 | 110 | 260 | 33 | 26 |
| Binary | 101001 | 1000111 | 1000101 | 101010 | 0 | 11 | 1001000 | 10110000 | 11011 | 10110 |
Color Harmonies of #294745
Complementary color
Monochromatic Colors of #294745
Black with #294745
Text Example
Text Example
White with #294745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294745; }
p { color: rgb(41,71,69); }
H1.HeaderClassName
{
color: #294745;
}
.AnyTagClassName
{
color: #294745;
}
</style>
background-color css
<style>
a { background-color: #294745; }
a { background-color: rgb(41,71,69); }
div.DivClassName
{
background-color: #294745;
}
.BgClassName
{
background-color: #294745;
}
</style>
border-color css
<style>
span { border-color: #294745; }
span { border-color: rgb(41,71,69); }
td.TdClassName
{
border-color: #294745;
}
.TagClassName
{
border-color: #294745;
}
</style>