Shades of Firefly #2F4441
Tints of Firefly #2F4441
RGB
CMYK
RGB Variations
Color information
#2F4441 (or 0x2F4441) is known color: Firefly. HEX triplet: 2F, 44 and 41. RGB value is (47,68,65). Sum of RGB (Red+Green+Blue) = 47+68+65=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 68 - color contains mainly: green. Hex color #2F4441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4441 is #D0BBBE. Grayscale: #3D3D3D. Windows color (decimal): -13679551 or 4277295. OLE color: 4277295.
HSL color Cylindrical-coordinate representation of color #2F4441: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2F4441 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 68 | 65 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.73 |
| HSL | 171.43º | 0.18% | 0.23% | - |
| HSV(B) | 171.43º | 0.31% | 0.27% | - |
| XYZ | 4.19 | 5.12 | 5.77 | - |
| YUV | 61.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 65 | 0.31 | 0 | 0.04 | 0.73 | 171.43 | 0.18 | 0.23 |
| Hex | 2F | 44 | 41 | 1F | 0 | 4 | 49 | AB | 12 | 17 |
| Octal | 57 | 104 | 101 | 37 | 0 | 4 | 111 | 253 | 22 | 27 |
| Binary | 101111 | 1000100 | 1000001 | 11111 | 0 | 100 | 1001001 | 10101011 | 10010 | 10111 |
Color Harmonies of #2F4441
Complementary color
Monochromatic Colors of #2F4441
Black with #2F4441
Text Example
Text Example
White with #2F4441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4441; }
p { color: rgb(47,68,65); }
H1.HeaderClassName
{
color: #2F4441;
}
.AnyTagClassName
{
color: #2F4441;
}
</style>
background-color css
<style>
a { background-color: #2F4441; }
a { background-color: rgb(47,68,65); }
div.DivClassName
{
background-color: #2F4441;
}
.BgClassName
{
background-color: #2F4441;
}
</style>
border-color css
<style>
span { border-color: #2F4441; }
span { border-color: rgb(47,68,65); }
td.TdClassName
{
border-color: #2F4441;
}
.TagClassName
{
border-color: #2F4441;
}
</style>