Shades of Firefly #2C4A47
Tints of Firefly #2C4A47
RGB
CMYK
RGB Variations
Color information
#2C4A47 (or 0x2C4A47) is known color: Firefly. HEX triplet: 2C, 4A and 47. RGB value is (44,74,71). Sum of RGB (Red+Green+Blue) = 44+74+71=189 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.28% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 74 - color contains mainly: green. Hex color #2C4A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4A47 is #D3B5B8. Grayscale: #404040. Windows color (decimal): -13874617 or 4672044. OLE color: 4672044.
HSL color Cylindrical-coordinate representation of color #2C4A47: hue angle of 174º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C4A47 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 74 | 71 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.71 |
| HSL | 174º | 0.25% | 0.23% | - |
| HSV(B) | 174º | 0.41% | 0.29% | - |
| XYZ | 4.62 | 5.89 | 6.85 | - |
| YUV | 64.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 74 | 71 | 0.41 | 0 | 0.04 | 0.71 | 174 | 0.25 | 0.23 |
| Hex | 2C | 4A | 47 | 29 | 0 | 4 | 47 | AE | 19 | 17 |
| Octal | 54 | 112 | 107 | 51 | 0 | 4 | 107 | 256 | 31 | 27 |
| Binary | 101100 | 1001010 | 1000111 | 101001 | 0 | 100 | 1000111 | 10101110 | 11001 | 10111 |
Color Harmonies of #2C4A47
Complementary color
Monochromatic Colors of #2C4A47
Black with #2C4A47
Text Example
Text Example
White with #2C4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4A47; }
p { color: rgb(44,74,71); }
H1.HeaderClassName
{
color: #2C4A47;
}
.AnyTagClassName
{
color: #2C4A47;
}
</style>
background-color css
<style>
a { background-color: #2C4A47; }
a { background-color: rgb(44,74,71); }
div.DivClassName
{
background-color: #2C4A47;
}
.BgClassName
{
background-color: #2C4A47;
}
</style>
border-color css
<style>
span { border-color: #2C4A47; }
span { border-color: rgb(44,74,71); }
td.TdClassName
{
border-color: #2C4A47;
}
.TagClassName
{
border-color: #2C4A47;
}
</style>