Shades of Firefly #2E4845
Tints of Firefly #2E4845
RGB
CMYK
RGB Variations
Color information
#2E4845 (or 0x2E4845) is known color: Firefly. HEX triplet: 2E, 48 and 45. RGB value is (46,72,69). Sum of RGB (Red+Green+Blue) = 46+72+69=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4845 is #D1B7BA. Grayscale: #3F3F3F. Windows color (decimal): -13744059 or 4540462. OLE color: 4540462.
HSL color Cylindrical-coordinate representation of color #2E4845: hue angle of 173.08º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E4845 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 72 | 69 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.72 |
| HSL | 173.08º | 0.22% | 0.23% | - |
| HSV(B) | 173.08º | 0.36% | 0.28% | - |
| XYZ | 4.52 | 5.65 | 6.48 | - |
| YUV | 63.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 72 | 69 | 0.36 | 0 | 0.04 | 0.72 | 173.08 | 0.22 | 0.23 |
| Hex | 2E | 48 | 45 | 24 | 0 | 4 | 48 | AD | 16 | 17 |
| Octal | 56 | 110 | 105 | 44 | 0 | 4 | 110 | 255 | 26 | 27 |
| Binary | 101110 | 1001000 | 1000101 | 100100 | 0 | 100 | 1001000 | 10101101 | 10110 | 10111 |
Color Harmonies of #2E4845
Complementary color
Monochromatic Colors of #2E4845
Black with #2E4845
Text Example
Text Example
White with #2E4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4845; }
p { color: rgb(46,72,69); }
H1.HeaderClassName
{
color: #2E4845;
}
.AnyTagClassName
{
color: #2E4845;
}
</style>
background-color css
<style>
a { background-color: #2E4845; }
a { background-color: rgb(46,72,69); }
div.DivClassName
{
background-color: #2E4845;
}
.BgClassName
{
background-color: #2E4845;
}
</style>
border-color css
<style>
span { border-color: #2E4845; }
span { border-color: rgb(46,72,69); }
td.TdClassName
{
border-color: #2E4845;
}
.TagClassName
{
border-color: #2E4845;
}
</style>