Shades of Firefly #2E4441
Tints of Firefly #2E4441
RGB
CMYK
RGB Variations
Color information
#2E4441 (or 0x2E4441) is known color: Firefly. HEX triplet: 2E, 44 and 41. RGB value is (46,68,65). Sum of RGB (Red+Green+Blue) = 46+68+65=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4441 is #D1BBBE. Grayscale: #3D3D3D. Windows color (decimal): -13745087 or 4277294. OLE color: 4277294.
HSL color Cylindrical-coordinate representation of color #2E4441: hue angle of 171.82º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E4441 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 65 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.73 |
| HSL | 171.82º | 0.19% | 0.22% | - |
| HSV(B) | 171.82º | 0.32% | 0.27% | - |
| XYZ | 4.15 | 5.1 | 5.77 | - |
| YUV | 61.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 65 | 0.32 | 0 | 0.04 | 0.73 | 171.82 | 0.19 | 0.22 |
| Hex | 2E | 44 | 41 | 20 | 0 | 4 | 49 | AC | 13 | 16 |
| Octal | 56 | 104 | 101 | 40 | 0 | 4 | 111 | 254 | 23 | 26 |
| Binary | 101110 | 1000100 | 1000001 | 100000 | 0 | 100 | 1001001 | 10101100 | 10011 | 10110 |
Color Harmonies of #2E4441
Complementary color
Monochromatic Colors of #2E4441
Black with #2E4441
Text Example
Text Example
White with #2E4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4441; }
p { color: rgb(46,68,65); }
H1.HeaderClassName
{
color: #2E4441;
}
.AnyTagClassName
{
color: #2E4441;
}
</style>
background-color css
<style>
a { background-color: #2E4441; }
a { background-color: rgb(46,68,65); }
div.DivClassName
{
background-color: #2E4441;
}
.BgClassName
{
background-color: #2E4441;
}
</style>
border-color css
<style>
span { border-color: #2E4441; }
span { border-color: rgb(46,68,65); }
td.TdClassName
{
border-color: #2E4441;
}
.TagClassName
{
border-color: #2E4441;
}
</style>