Shades of Firefly #2E403F
Tints of Firefly #2E403F
RGB
CMYK
RGB Variations
Color information
#2E403F (or 0x2E403F) is known color: Firefly. HEX triplet: 2E, 40 and 3F. RGB value is (46,64,63). Sum of RGB (Red+Green+Blue) = 46+64+63=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 64 - color contains mainly: green. Hex color #2E403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E403F is #D1BFC0. Grayscale: #3A3A3A. Windows color (decimal): -13746113 or 4145198. OLE color: 4145198.
HSL color Cylindrical-coordinate representation of color #2E403F: hue angle of 176.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E403F is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 63 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.75 |
| HSL | 176.67º | 0.16% | 0.22% | - |
| HSV(B) | 176.67º | 0.28% | 0.25% | - |
| XYZ | 3.86 | 4.61 | 5.39 | - |
| YUV | 58.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 63 | 0.28 | 0 | 0.02 | 0.75 | 176.67 | 0.16 | 0.22 |
| Hex | 2E | 40 | 3F | 1C | 0 | 2 | 4B | B1 | 10 | 16 |
| Octal | 56 | 100 | 77 | 34 | 0 | 2 | 113 | 261 | 20 | 26 |
| Binary | 101110 | 1000000 | 111111 | 11100 | 0 | 10 | 1001011 | 10110001 | 10000 | 10110 |
Color Harmonies of #2E403F
Complementary color
Monochromatic Colors of #2E403F
Black with #2E403F
Text Example
Text Example
White with #2E403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E403F; }
p { color: rgb(46,64,63); }
H1.HeaderClassName
{
color: #2E403F;
}
.AnyTagClassName
{
color: #2E403F;
}
</style>
background-color css
<style>
a { background-color: #2E403F; }
a { background-color: rgb(46,64,63); }
div.DivClassName
{
background-color: #2E403F;
}
.BgClassName
{
background-color: #2E403F;
}
</style>
border-color css
<style>
span { border-color: #2E403F; }
span { border-color: rgb(46,64,63); }
td.TdClassName
{
border-color: #2E403F;
}
.TagClassName
{
border-color: #2E403F;
}
</style>