Shades of Firefly #2F4845
Tints of Firefly #2F4845
RGB
CMYK
RGB Variations
Color information
#2F4845 (or 0x2F4845) is known color: Firefly. HEX triplet: 2F, 48 and 45. RGB value is (47,72,69). Sum of RGB (Red+Green+Blue) = 47+72+69=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4845 is #D0B7BA. Grayscale: #404040. Windows color (decimal): -13678523 or 4540463. OLE color: 4540463.
HSL color Cylindrical-coordinate representation of color #2F4845: hue angle of 172.8º 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 #2F4845 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 72 | 69 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.72 |
| HSL | 172.8º | 0.21% | 0.23% | - |
| HSV(B) | 172.8º | 0.35% | 0.28% | - |
| XYZ | 4.56 | 5.67 | 6.48 | - |
| YUV | 64.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 69 | 0.35 | 0 | 0.04 | 0.72 | 172.8 | 0.21 | 0.23 |
| Hex | 2F | 48 | 45 | 23 | 0 | 4 | 48 | AD | 15 | 17 |
| Octal | 57 | 110 | 105 | 43 | 0 | 4 | 110 | 255 | 25 | 27 |
| Binary | 101111 | 1001000 | 1000101 | 100011 | 0 | 100 | 1001000 | 10101101 | 10101 | 10111 |
Color Harmonies of #2F4845
Complementary color
Monochromatic Colors of #2F4845
Black with #2F4845
Text Example
Text Example
White with #2F4845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4845; }
p { color: rgb(47,72,69); }
H1.HeaderClassName
{
color: #2F4845;
}
.AnyTagClassName
{
color: #2F4845;
}
</style>
background-color css
<style>
a { background-color: #2F4845; }
a { background-color: rgb(47,72,69); }
div.DivClassName
{
background-color: #2F4845;
}
.BgClassName
{
background-color: #2F4845;
}
</style>
border-color css
<style>
span { border-color: #2F4845; }
span { border-color: rgb(47,72,69); }
td.TdClassName
{
border-color: #2F4845;
}
.TagClassName
{
border-color: #2F4845;
}
</style>