Shades of Firefly #2F4644
Tints of Firefly #2F4644
RGB
CMYK
RGB Variations
Color information
#2F4644 (or 0x2F4644) is known color: Firefly. HEX triplet: 2F, 46 and 44. RGB value is (47,70,68). Sum of RGB (Red+Green+Blue) = 47+70+68=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4644 is #D0B9BB. Grayscale: #3E3E3E. Windows color (decimal): -13679036 or 4474415. OLE color: 4474415.
HSL color Cylindrical-coordinate representation of color #2F4644: hue angle of 174.78º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F4644 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 47 | 70 | 68 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.73 |
| HSL | 174.78º | 0.2% | 0.23% | - |
| HSV(B) | 174.78º | 0.33% | 0.27% | - |
| XYZ | 4.41 | 5.4 | 6.28 | - |
| YUV | 62.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 68 | 0.33 | 0 | 0.03 | 0.73 | 174.78 | 0.2 | 0.23 |
| Hex | 2F | 46 | 44 | 21 | 0 | 3 | 49 | AF | 14 | 17 |
| Octal | 57 | 106 | 104 | 41 | 0 | 3 | 111 | 257 | 24 | 27 |
| Binary | 101111 | 1000110 | 1000100 | 100001 | 0 | 11 | 1001001 | 10101111 | 10100 | 10111 |
Color Harmonies of #2F4644
Complementary color
Monochromatic Colors of #2F4644
Black with #2F4644
Text Example
Text Example
White with #2F4644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4644; }
p { color: rgb(47,70,68); }
H1.HeaderClassName
{
color: #2F4644;
}
.AnyTagClassName
{
color: #2F4644;
}
</style>
background-color css
<style>
a { background-color: #2F4644; }
a { background-color: rgb(47,70,68); }
div.DivClassName
{
background-color: #2F4644;
}
.BgClassName
{
background-color: #2F4644;
}
</style>
border-color css
<style>
span { border-color: #2F4644; }
span { border-color: rgb(47,70,68); }
td.TdClassName
{
border-color: #2F4644;
}
.TagClassName
{
border-color: #2F4644;
}
</style>