Shades of Firefly #293F3E
Tints of Firefly #293F3E
RGB
CMYK
RGB Variations
Color information
#293F3E (or 0x293F3E) is known color: Firefly. HEX triplet: 29, 3F and 3E. RGB value is (41,63,62). Sum of RGB (Red+Green+Blue) = 41+63+62=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 63 - color contains mainly: green. Hex color #293F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F3E is #D6C0C1. Grayscale: #383838. Windows color (decimal): -14074050 or 4079401. OLE color: 4079401.
HSL color Cylindrical-coordinate representation of color #293F3E: hue angle of 177.27º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293F3E is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 62 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.75 |
| HSL | 177.27º | 0.21% | 0.2% | - |
| HSV(B) | 177.27º | 0.35% | 0.25% | - |
| XYZ | 3.56 | 4.37 | 5.21 | - |
| YUV | 56.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 62 | 0.35 | 0 | 0.02 | 0.75 | 177.27 | 0.21 | 0.2 |
| Hex | 29 | 3F | 3E | 23 | 0 | 2 | 4B | B1 | 15 | 14 |
| Octal | 51 | 77 | 76 | 43 | 0 | 2 | 113 | 261 | 25 | 24 |
| Binary | 101001 | 111111 | 111110 | 100011 | 0 | 10 | 1001011 | 10110001 | 10101 | 10100 |
Color Harmonies of #293F3E
Complementary color
Monochromatic Colors of #293F3E
Black with #293F3E
Text Example
Text Example
White with #293F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F3E; }
p { color: rgb(41,63,62); }
H1.HeaderClassName
{
color: #293F3E;
}
.AnyTagClassName
{
color: #293F3E;
}
</style>
background-color css
<style>
a { background-color: #293F3E; }
a { background-color: rgb(41,63,62); }
div.DivClassName
{
background-color: #293F3E;
}
.BgClassName
{
background-color: #293F3E;
}
</style>
border-color css
<style>
span { border-color: #293F3E; }
span { border-color: rgb(41,63,62); }
td.TdClassName
{
border-color: #293F3E;
}
.TagClassName
{
border-color: #293F3E;
}
</style>