Shades of Firefly #2E3D3C
Tints of Firefly #2E3D3C
RGB
CMYK
RGB Variations
Color information
#2E3D3C (or 0x2E3D3C) is known color: Firefly. HEX triplet: 2E, 3D and 3C. RGB value is (46,61,60). Sum of RGB (Red+Green+Blue) = 46+61+60=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D3C is #D1C2C3. Grayscale: #383838. Windows color (decimal): -13746884 or 3947822. OLE color: 3947822.
HSL color Cylindrical-coordinate representation of color #2E3D3C: hue angle of 176º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E3D3C is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 61 | 60 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.76 |
| HSL | 176º | 0.14% | 0.21% | - |
| HSV(B) | 176º | 0.25% | 0.24% | - |
| XYZ | 3.61 | 4.24 | 4.9 | - |
| YUV | 56.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 60 | 0.25 | 0 | 0.02 | 0.76 | 176 | 0.14 | 0.21 |
| Hex | 2E | 3D | 3C | 19 | 0 | 2 | 4C | B0 | E | 15 |
| Octal | 56 | 75 | 74 | 31 | 0 | 2 | 114 | 260 | 16 | 25 |
| Binary | 101110 | 111101 | 111100 | 11001 | 0 | 10 | 1001100 | 10110000 | 1110 | 10101 |
Color Harmonies of #2E3D3C
Complementary color
Monochromatic Colors of #2E3D3C
Black with #2E3D3C
Text Example
Text Example
White with #2E3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D3C; }
p { color: rgb(46,61,60); }
H1.HeaderClassName
{
color: #2E3D3C;
}
.AnyTagClassName
{
color: #2E3D3C;
}
</style>
background-color css
<style>
a { background-color: #2E3D3C; }
a { background-color: rgb(46,61,60); }
div.DivClassName
{
background-color: #2E3D3C;
}
.BgClassName
{
background-color: #2E3D3C;
}
</style>
border-color css
<style>
span { border-color: #2E3D3C; }
span { border-color: rgb(46,61,60); }
td.TdClassName
{
border-color: #2E3D3C;
}
.TagClassName
{
border-color: #2E3D3C;
}
</style>