Shades of Firefly #2F4847
Tints of Firefly #2F4847
RGB
CMYK
RGB Variations
Color information
#2F4847 (or 0x2F4847) is known color: Firefly. HEX triplet: 2F, 48 and 47. RGB value is (47,72,71). Sum of RGB (Red+Green+Blue) = 47+72+71=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4847 is #D0B7B8. Grayscale: #404040. Windows color (decimal): -13678521 or 4671535. OLE color: 4671535.
HSL color Cylindrical-coordinate representation of color #2F4847: hue angle of 177.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F4847 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 71 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.72 |
| HSL | 177.6º | 0.21% | 0.23% | - |
| HSV(B) | 177.6º | 0.35% | 0.28% | - |
| XYZ | 4.63 | 5.69 | 6.82 | - |
| YUV | 64.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 71 | 0.35 | 0 | 0.01 | 0.72 | 177.6 | 0.21 | 0.23 |
| Hex | 2F | 48 | 47 | 23 | 0 | 1 | 48 | B2 | 15 | 17 |
| Octal | 57 | 110 | 107 | 43 | 0 | 1 | 110 | 262 | 25 | 27 |
| Binary | 101111 | 1001000 | 1000111 | 100011 | 0 | 1 | 1001000 | 10110010 | 10101 | 10111 |
Color Harmonies of #2F4847
Complementary color
Monochromatic Colors of #2F4847
Black with #2F4847
Text Example
Text Example
White with #2F4847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4847; }
p { color: rgb(47,72,71); }
H1.HeaderClassName
{
color: #2F4847;
}
.AnyTagClassName
{
color: #2F4847;
}
</style>
background-color css
<style>
a { background-color: #2F4847; }
a { background-color: rgb(47,72,71); }
div.DivClassName
{
background-color: #2F4847;
}
.BgClassName
{
background-color: #2F4847;
}
</style>
border-color css
<style>
span { border-color: #2F4847; }
span { border-color: rgb(47,72,71); }
td.TdClassName
{
border-color: #2F4847;
}
.TagClassName
{
border-color: #2F4847;
}
</style>