Shades of Firefly #2E4443
Tints of Firefly #2E4443
RGB
CMYK
RGB Variations
Color information
#2E4443 (or 0x2E4443) is known color: Firefly. HEX triplet: 2E, 44 and 43. RGB value is (46,68,67). Sum of RGB (Red+Green+Blue) = 46+68+67=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4443 is #D1BBBC. Grayscale: #3D3D3D. Windows color (decimal): -13745085 or 4408366. OLE color: 4408366.
HSL color Cylindrical-coordinate representation of color #2E4443: hue angle of 177.27º 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 #2E4443 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 67 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.73 |
| HSL | 177.27º | 0.19% | 0.22% | - |
| HSV(B) | 177.27º | 0.32% | 0.27% | - |
| XYZ | 4.21 | 5.12 | 6.08 | - |
| YUV | 61.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 67 | 0.32 | 0 | 0.01 | 0.73 | 177.27 | 0.19 | 0.22 |
| Hex | 2E | 44 | 43 | 20 | 0 | 1 | 49 | B1 | 13 | 16 |
| Octal | 56 | 104 | 103 | 40 | 0 | 1 | 111 | 261 | 23 | 26 |
| Binary | 101110 | 1000100 | 1000011 | 100000 | 0 | 1 | 1001001 | 10110001 | 10011 | 10110 |
Color Harmonies of #2E4443
Complementary color
Monochromatic Colors of #2E4443
Black with #2E4443
Text Example
Text Example
White with #2E4443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4443; }
p { color: rgb(46,68,67); }
H1.HeaderClassName
{
color: #2E4443;
}
.AnyTagClassName
{
color: #2E4443;
}
</style>
background-color css
<style>
a { background-color: #2E4443; }
a { background-color: rgb(46,68,67); }
div.DivClassName
{
background-color: #2E4443;
}
.BgClassName
{
background-color: #2E4443;
}
</style>
border-color css
<style>
span { border-color: #2E4443; }
span { border-color: rgb(46,68,67); }
td.TdClassName
{
border-color: #2E4443;
}
.TagClassName
{
border-color: #2E4443;
}
</style>