Shades of Firefly #2F4140
Tints of Firefly #2F4140
RGB
CMYK
RGB Variations
Color information
#2F4140 (or 0x2F4140) is known color: Firefly. HEX triplet: 2F, 41 and 40. RGB value is (47,65,64). Sum of RGB (Red+Green+Blue) = 47+65+64=176 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.70% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 65 - color contains mainly: green. Hex color #2F4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4140 is #D0BEBF. Grayscale: #3B3B3B. Windows color (decimal): -13680320 or 4210991. OLE color: 4210991.
HSL color Cylindrical-coordinate representation of color #2F4140: hue angle of 176.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F4140 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 47 | 65 | 64 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.75 |
| HSL | 176.67º | 0.16% | 0.22% | - |
| HSV(B) | 176.67º | 0.28% | 0.25% | - |
| XYZ | 3.99 | 4.76 | 5.56 | - |
| YUV | 59.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 64 | 0.28 | 0 | 0.02 | 0.75 | 176.67 | 0.16 | 0.22 |
| Hex | 2F | 41 | 40 | 1C | 0 | 2 | 4B | B1 | 10 | 16 |
| Octal | 57 | 101 | 100 | 34 | 0 | 2 | 113 | 261 | 20 | 26 |
| Binary | 101111 | 1000001 | 1000000 | 11100 | 0 | 10 | 1001011 | 10110001 | 10000 | 10110 |
Color Harmonies of #2F4140
Complementary color
Monochromatic Colors of #2F4140
Black with #2F4140
Text Example
Text Example
White with #2F4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4140; }
p { color: rgb(47,65,64); }
H1.HeaderClassName
{
color: #2F4140;
}
.AnyTagClassName
{
color: #2F4140;
}
</style>
background-color css
<style>
a { background-color: #2F4140; }
a { background-color: rgb(47,65,64); }
div.DivClassName
{
background-color: #2F4140;
}
.BgClassName
{
background-color: #2F4140;
}
</style>
border-color css
<style>
span { border-color: #2F4140; }
span { border-color: rgb(47,65,64); }
td.TdClassName
{
border-color: #2F4140;
}
.TagClassName
{
border-color: #2F4140;
}
</style>