Shades of Firefly #294544
Tints of Firefly #294544
RGB
CMYK
RGB Variations
Color information
#294544 (or 0x294544) is known color: Firefly. HEX triplet: 29, 45 and 44. RGB value is (41,69,68). Sum of RGB (Red+Green+Blue) = 41+69+68=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 69 - color contains mainly: green. Hex color #294544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294544 is #D6BABB. Grayscale: #3C3C3C. Windows color (decimal): -14072508 or 4474153. OLE color: 4474153.
HSL color Cylindrical-coordinate representation of color #294544: hue angle of 177.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #294544 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 68 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.73 |
| HSL | 177.86º | 0.25% | 0.22% | - |
| HSV(B) | 177.86º | 0.41% | 0.27% | - |
| XYZ | 4.09 | 5.15 | 6.25 | - |
| YUV | 60.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 68 | 0.41 | 0 | 0.01 | 0.73 | 177.86 | 0.25 | 0.22 |
| Hex | 29 | 45 | 44 | 29 | 0 | 1 | 49 | B2 | 19 | 16 |
| Octal | 51 | 105 | 104 | 51 | 0 | 1 | 111 | 262 | 31 | 26 |
| Binary | 101001 | 1000101 | 1000100 | 101001 | 0 | 1 | 1001001 | 10110010 | 11001 | 10110 |
Color Harmonies of #294544
Complementary color
Monochromatic Colors of #294544
Black with #294544
Text Example
Text Example
White with #294544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294544; }
p { color: rgb(41,69,68); }
H1.HeaderClassName
{
color: #294544;
}
.AnyTagClassName
{
color: #294544;
}
</style>
background-color css
<style>
a { background-color: #294544; }
a { background-color: rgb(41,69,68); }
div.DivClassName
{
background-color: #294544;
}
.BgClassName
{
background-color: #294544;
}
</style>
border-color css
<style>
span { border-color: #294544; }
span { border-color: rgb(41,69,68); }
td.TdClassName
{
border-color: #294544;
}
.TagClassName
{
border-color: #294544;
}
</style>