Shades of Firefly #2C4845
Tints of Firefly #2C4845
RGB
CMYK
RGB Variations
Color information
#2C4845 (or 0x2C4845) is known color: Firefly. HEX triplet: 2C, 48 and 45. RGB value is (44,72,69). Sum of RGB (Red+Green+Blue) = 44+72+69=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 72 - color contains mainly: green. Hex color #2C4845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4845 is #D3B7BA. Grayscale: #3F3F3F. Windows color (decimal): -13875131 or 4540460. OLE color: 4540460.
HSL color Cylindrical-coordinate representation of color #2C4845: hue angle of 173.57º 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 #2C4845 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 72 | 69 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.72 |
| HSL | 173.57º | 0.24% | 0.23% | - |
| HSV(B) | 173.57º | 0.39% | 0.28% | - |
| XYZ | 4.43 | 5.6 | 6.48 | - |
| YUV | 63.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 69 | 0.39 | 0 | 0.04 | 0.72 | 173.57 | 0.24 | 0.23 |
| Hex | 2C | 48 | 45 | 27 | 0 | 4 | 48 | AE | 18 | 17 |
| Octal | 54 | 110 | 105 | 47 | 0 | 4 | 110 | 256 | 30 | 27 |
| Binary | 101100 | 1001000 | 1000101 | 100111 | 0 | 100 | 1001000 | 10101110 | 11000 | 10111 |
Color Harmonies of #2C4845
Complementary color
Monochromatic Colors of #2C4845
Black with #2C4845
Text Example
Text Example
White with #2C4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4845; }
p { color: rgb(44,72,69); }
H1.HeaderClassName
{
color: #2C4845;
}
.AnyTagClassName
{
color: #2C4845;
}
</style>
background-color css
<style>
a { background-color: #2C4845; }
a { background-color: rgb(44,72,69); }
div.DivClassName
{
background-color: #2C4845;
}
.BgClassName
{
background-color: #2C4845;
}
</style>
border-color css
<style>
span { border-color: #2C4845; }
span { border-color: rgb(44,72,69); }
td.TdClassName
{
border-color: #2C4845;
}
.TagClassName
{
border-color: #2C4845;
}
</style>