Shades of Firefly #2E4C48
Tints of Firefly #2E4C48
RGB
CMYK
RGB Variations
Color information
#2E4C48 (or 0x2E4C48) is known color: Firefly. HEX triplet: 2E, 4C and 48. RGB value is (46,76,72). Sum of RGB (Red+Green+Blue) = 46+76+72=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 76 (30.08% from 255 or 39.18% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C48 is #D1B3B7. Grayscale: #424242. Windows color (decimal): -13743032 or 4738094. OLE color: 4738094.
HSL color Cylindrical-coordinate representation of color #2E4C48: hue angle of 172º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4C48 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 76 | 72 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.70 |
| HSL | 172º | 0.25% | 0.24% | - |
| HSV(B) | 172º | 0.39% | 0.3% | - |
| XYZ | 4.88 | 6.22 | 7.07 | - |
| YUV | 66.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 72 | 0.39 | 0 | 0.05 | 0.70 | 172 | 0.25 | 0.24 |
| Hex | 2E | 4C | 48 | 27 | 0 | 5 | 46 | AC | 19 | 18 |
| Octal | 56 | 114 | 110 | 47 | 0 | 5 | 106 | 254 | 31 | 30 |
| Binary | 101110 | 1001100 | 1001000 | 100111 | 0 | 101 | 1000110 | 10101100 | 11001 | 11000 |
Color Harmonies of #2E4C48
Complementary color
Monochromatic Colors of #2E4C48
Black with #2E4C48
Text Example
Text Example
White with #2E4C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4C48; }
p { color: rgb(46,76,72); }
H1.HeaderClassName
{
color: #2E4C48;
}
.AnyTagClassName
{
color: #2E4C48;
}
</style>
background-color css
<style>
a { background-color: #2E4C48; }
a { background-color: rgb(46,76,72); }
div.DivClassName
{
background-color: #2E4C48;
}
.BgClassName
{
background-color: #2E4C48;
}
</style>
border-color css
<style>
span { border-color: #2E4C48; }
span { border-color: rgb(46,76,72); }
td.TdClassName
{
border-color: #2E4C48;
}
.TagClassName
{
border-color: #2E4C48;
}
</style>