Shades of Firefly #294140
Tints of Firefly #294140
RGB
CMYK
RGB Variations
Color information
#294140 (or 0x294140) is known color: Firefly. HEX triplet: 29, 41 and 40. RGB value is (41,65,64). Sum of RGB (Red+Green+Blue) = 41+65+64=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #294140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294140 is #D6BEBF. Grayscale: #393939. Windows color (decimal): -14073536 or 4210985. OLE color: 4210985.
HSL color Cylindrical-coordinate representation of color #294140: hue angle of 177.5º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #294140 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 65 | 64 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.75 |
| HSL | 177.5º | 0.23% | 0.21% | - |
| HSV(B) | 177.5º | 0.37% | 0.25% | - |
| XYZ | 3.73 | 4.62 | 5.55 | - |
| YUV | 57.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 64 | 0.37 | 0 | 0.02 | 0.75 | 177.5 | 0.23 | 0.21 |
| Hex | 29 | 41 | 40 | 25 | 0 | 2 | 4B | B2 | 17 | 15 |
| Octal | 51 | 101 | 100 | 45 | 0 | 2 | 113 | 262 | 27 | 25 |
| Binary | 101001 | 1000001 | 1000000 | 100101 | 0 | 10 | 1001011 | 10110010 | 10111 | 10101 |
Color Harmonies of #294140
Complementary color
Monochromatic Colors of #294140
Black with #294140
Text Example
Text Example
White with #294140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294140; }
p { color: rgb(41,65,64); }
H1.HeaderClassName
{
color: #294140;
}
.AnyTagClassName
{
color: #294140;
}
</style>
background-color css
<style>
a { background-color: #294140; }
a { background-color: rgb(41,65,64); }
div.DivClassName
{
background-color: #294140;
}
.BgClassName
{
background-color: #294140;
}
</style>
border-color css
<style>
span { border-color: #294140; }
span { border-color: rgb(41,65,64); }
td.TdClassName
{
border-color: #294140;
}
.TagClassName
{
border-color: #294140;
}
</style>