Shades of Firefly #2C4140
Tints of Firefly #2C4140
RGB
CMYK
RGB Variations
Color information
#2C4140 (or 0x2C4140) is known color: Firefly. HEX triplet: 2C, 41 and 40. RGB value is (44,65,64). Sum of RGB (Red+Green+Blue) = 44+65+64=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4140 is #D3BEBF. Grayscale: #3A3A3A. Windows color (decimal): -13876928 or 4210988. OLE color: 4210988.
HSL color Cylindrical-coordinate representation of color #2C4140: hue angle of 177.14º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C4140 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 44 | 65 | 64 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.75 |
| HSL | 177.14º | 0.19% | 0.21% | - |
| HSV(B) | 177.14º | 0.32% | 0.25% | - |
| XYZ | 3.85 | 4.69 | 5.55 | - |
| YUV | 58.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 65 | 64 | 0.32 | 0 | 0.02 | 0.75 | 177.14 | 0.19 | 0.21 |
| Hex | 2C | 41 | 40 | 20 | 0 | 2 | 4B | B1 | 13 | 15 |
| Octal | 54 | 101 | 100 | 40 | 0 | 2 | 113 | 261 | 23 | 25 |
| Binary | 101100 | 1000001 | 1000000 | 100000 | 0 | 10 | 1001011 | 10110001 | 10011 | 10101 |
Color Harmonies of #2C4140
Complementary color
Monochromatic Colors of #2C4140
Black with #2C4140
Text Example
Text Example
White with #2C4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4140; }
p { color: rgb(44,65,64); }
H1.HeaderClassName
{
color: #2C4140;
}
.AnyTagClassName
{
color: #2C4140;
}
</style>
background-color css
<style>
a { background-color: #2C4140; }
a { background-color: rgb(44,65,64); }
div.DivClassName
{
background-color: #2C4140;
}
.BgClassName
{
background-color: #2C4140;
}
</style>
border-color css
<style>
span { border-color: #2C4140; }
span { border-color: rgb(44,65,64); }
td.TdClassName
{
border-color: #2C4140;
}
.TagClassName
{
border-color: #2C4140;
}
</style>