Shades of Firefly #2E4645
Tints of Firefly #2E4645
RGB
CMYK
RGB Variations
Color information
#2E4645 (or 0x2E4645) is known color: Firefly. HEX triplet: 2E, 46 and 45. RGB value is (46,70,69). Sum of RGB (Red+Green+Blue) = 46+70+69=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4645 is #D1B9BA. Grayscale: #3E3E3E. Windows color (decimal): -13744571 or 4539950. OLE color: 4539950.
HSL color Cylindrical-coordinate representation of color #2E4645: hue angle of 177.5º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E4645 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 70 | 69 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.73 |
| HSL | 177.5º | 0.21% | 0.23% | - |
| HSV(B) | 177.5º | 0.34% | 0.27% | - |
| XYZ | 4.39 | 5.39 | 6.44 | - |
| YUV | 62.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 69 | 0.34 | 0 | 0.01 | 0.73 | 177.5 | 0.21 | 0.23 |
| Hex | 2E | 46 | 45 | 22 | 0 | 1 | 49 | B2 | 15 | 17 |
| Octal | 56 | 106 | 105 | 42 | 0 | 1 | 111 | 262 | 25 | 27 |
| Binary | 101110 | 1000110 | 1000101 | 100010 | 0 | 1 | 1001001 | 10110010 | 10101 | 10111 |
Color Harmonies of #2E4645
Complementary color
Monochromatic Colors of #2E4645
Black with #2E4645
Text Example
Text Example
White with #2E4645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4645; }
p { color: rgb(46,70,69); }
H1.HeaderClassName
{
color: #2E4645;
}
.AnyTagClassName
{
color: #2E4645;
}
</style>
background-color css
<style>
a { background-color: #2E4645; }
a { background-color: rgb(46,70,69); }
div.DivClassName
{
background-color: #2E4645;
}
.BgClassName
{
background-color: #2E4645;
}
</style>
border-color css
<style>
span { border-color: #2E4645; }
span { border-color: rgb(46,70,69); }
td.TdClassName
{
border-color: #2E4645;
}
.TagClassName
{
border-color: #2E4645;
}
</style>