Shades of Firefly #2C4847
Tints of Firefly #2C4847
RGB
CMYK
RGB Variations
Color information
#2C4847 (or 0x2C4847) is known color: Firefly. HEX triplet: 2C, 48 and 47. RGB value is (44,72,71). Sum of RGB (Red+Green+Blue) = 44+72+71=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4847 is #D3B7B8. Grayscale: #3F3F3F. Windows color (decimal): -13875129 or 4671532. OLE color: 4671532.
HSL color Cylindrical-coordinate representation of color #2C4847: hue angle of 177.86º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C4847 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 72 | 71 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.72 |
| HSL | 177.86º | 0.24% | 0.23% | - |
| HSV(B) | 177.86º | 0.39% | 0.28% | - |
| XYZ | 4.49 | 5.63 | 6.81 | - |
| YUV | 63.51 | 132.22 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 71 | 0.39 | 0 | 0.01 | 0.72 | 177.86 | 0.24 | 0.23 |
| Hex | 2C | 48 | 47 | 27 | 0 | 1 | 48 | B2 | 18 | 17 |
| Octal | 54 | 110 | 107 | 47 | 0 | 1 | 110 | 262 | 30 | 27 |
| Binary | 101100 | 1001000 | 1000111 | 100111 | 0 | 1 | 1001000 | 10110010 | 11000 | 10111 |
Color Harmonies of #2C4847
Complementary color
Monochromatic Colors of #2C4847
Black with #2C4847
Text Example
Text Example
White with #2C4847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4847; }
p { color: rgb(44,72,71); }
H1.HeaderClassName
{
color: #2C4847;
}
.AnyTagClassName
{
color: #2C4847;
}
</style>
background-color css
<style>
a { background-color: #2C4847; }
a { background-color: rgb(44,72,71); }
div.DivClassName
{
background-color: #2C4847;
}
.BgClassName
{
background-color: #2C4847;
}
</style>
border-color css
<style>
span { border-color: #2C4847; }
span { border-color: rgb(44,72,71); }
td.TdClassName
{
border-color: #2C4847;
}
.TagClassName
{
border-color: #2C4847;
}
</style>