Shades of Firefly #2E4543
Tints of Firefly #2E4543
RGB
CMYK
RGB Variations
Color information
#2E4543 (or 0x2E4543) is known color: Firefly. HEX triplet: 2E, 45 and 43. RGB value is (46,69,67). Sum of RGB (Red+Green+Blue) = 46+69+67=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4543 is #D1BABC. Grayscale: #3D3D3D. Windows color (decimal): -13744829 or 4408622. OLE color: 4408622.
HSL color Cylindrical-coordinate representation of color #2E4543: hue angle of 174.78º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E4543 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 69 | 67 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.73 |
| HSL | 174.78º | 0.2% | 0.23% | - |
| HSV(B) | 174.78º | 0.33% | 0.27% | - |
| XYZ | 4.27 | 5.24 | 6.1 | - |
| YUV | 61.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 67 | 0.33 | 0 | 0.03 | 0.73 | 174.78 | 0.2 | 0.23 |
| Hex | 2E | 45 | 43 | 21 | 0 | 3 | 49 | AF | 14 | 17 |
| Octal | 56 | 105 | 103 | 41 | 0 | 3 | 111 | 257 | 24 | 27 |
| Binary | 101110 | 1000101 | 1000011 | 100001 | 0 | 11 | 1001001 | 10101111 | 10100 | 10111 |
Color Harmonies of #2E4543
Complementary color
Monochromatic Colors of #2E4543
Black with #2E4543
Text Example
Text Example
White with #2E4543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4543; }
p { color: rgb(46,69,67); }
H1.HeaderClassName
{
color: #2E4543;
}
.AnyTagClassName
{
color: #2E4543;
}
</style>
background-color css
<style>
a { background-color: #2E4543; }
a { background-color: rgb(46,69,67); }
div.DivClassName
{
background-color: #2E4543;
}
.BgClassName
{
background-color: #2E4543;
}
</style>
border-color css
<style>
span { border-color: #2E4543; }
span { border-color: rgb(46,69,67); }
td.TdClassName
{
border-color: #2E4543;
}
.TagClassName
{
border-color: #2E4543;
}
</style>