Shades of Firefly #2E403E
Tints of Firefly #2E403E
RGB
CMYK
RGB Variations
Color information
#2E403E (or 0x2E403E) is known color: Firefly. HEX triplet: 2E, 40 and 3E. RGB value is (46,64,62). Sum of RGB (Red+Green+Blue) = 46+64+62=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #2E403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E403E is #D1BFC1. Grayscale: #3A3A3A. Windows color (decimal): -13746114 or 4079662. OLE color: 4079662.
HSL color Cylindrical-coordinate representation of color #2E403E: hue angle of 173.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E403E is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 62 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.75 |
| HSL | 173.33º | 0.16% | 0.22% | - |
| HSV(B) | 173.33º | 0.28% | 0.25% | - |
| XYZ | 3.83 | 4.6 | 5.24 | - |
| YUV | 58.39 | 130.04 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 62 | 0.28 | 0 | 0.03 | 0.75 | 173.33 | 0.16 | 0.22 |
| Hex | 2E | 40 | 3E | 1C | 0 | 3 | 4B | AD | 10 | 16 |
| Octal | 56 | 100 | 76 | 34 | 0 | 3 | 113 | 255 | 20 | 26 |
| Binary | 101110 | 1000000 | 111110 | 11100 | 0 | 11 | 1001011 | 10101101 | 10000 | 10110 |
Color Harmonies of #2E403E
Complementary color
Monochromatic Colors of #2E403E
Black with #2E403E
Text Example
Text Example
White with #2E403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E403E; }
p { color: rgb(46,64,62); }
H1.HeaderClassName
{
color: #2E403E;
}
.AnyTagClassName
{
color: #2E403E;
}
</style>
background-color css
<style>
a { background-color: #2E403E; }
a { background-color: rgb(46,64,62); }
div.DivClassName
{
background-color: #2E403E;
}
.BgClassName
{
background-color: #2E403E;
}
</style>
border-color css
<style>
span { border-color: #2E403E; }
span { border-color: rgb(46,64,62); }
td.TdClassName
{
border-color: #2E403E;
}
.TagClassName
{
border-color: #2E403E;
}
</style>