Shades of Firefly #2F4744
Tints of Firefly #2F4744
RGB
CMYK
RGB Variations
Color information
#2F4744 (or 0x2F4744) is known color: Firefly. HEX triplet: 2F, 47 and 44. RGB value is (47,71,68). Sum of RGB (Red+Green+Blue) = 47+71+68=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4744 is #D0B8BB. Grayscale: #3F3F3F. Windows color (decimal): -13678780 or 4474671. OLE color: 4474671.
HSL color Cylindrical-coordinate representation of color #2F4744: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F4744 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 71 | 68 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.72 |
| HSL | 172.5º | 0.2% | 0.23% | - |
| HSV(B) | 172.5º | 0.34% | 0.28% | - |
| XYZ | 4.47 | 5.53 | 6.3 | - |
| YUV | 63.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 68 | 0.34 | 0 | 0.04 | 0.72 | 172.5 | 0.2 | 0.23 |
| Hex | 2F | 47 | 44 | 22 | 0 | 4 | 48 | AC | 14 | 17 |
| Octal | 57 | 107 | 104 | 42 | 0 | 4 | 110 | 254 | 24 | 27 |
| Binary | 101111 | 1000111 | 1000100 | 100010 | 0 | 100 | 1001000 | 10101100 | 10100 | 10111 |
Color Harmonies of #2F4744
Complementary color
Monochromatic Colors of #2F4744
Black with #2F4744
Text Example
Text Example
White with #2F4744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4744; }
p { color: rgb(47,71,68); }
H1.HeaderClassName
{
color: #2F4744;
}
.AnyTagClassName
{
color: #2F4744;
}
</style>
background-color css
<style>
a { background-color: #2F4744; }
a { background-color: rgb(47,71,68); }
div.DivClassName
{
background-color: #2F4744;
}
.BgClassName
{
background-color: #2F4744;
}
</style>
border-color css
<style>
span { border-color: #2F4744; }
span { border-color: rgb(47,71,68); }
td.TdClassName
{
border-color: #2F4744;
}
.TagClassName
{
border-color: #2F4744;
}
</style>