Shades of Firefly #2F3E3D
Tints of Firefly #2F3E3D
RGB
CMYK
RGB Variations
Color information
#2F3E3D (or 0x2F3E3D) is known color: Firefly. HEX triplet: 2F, 3E and 3D. RGB value is (47,62,61). Sum of RGB (Red+Green+Blue) = 47+62+61=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 62 (24.61% from 255 or 36.47% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 62 - color contains mainly: green. Hex color #2F3E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3E3D is #D0C1C2. Grayscale: #393939. Windows color (decimal): -13681091 or 4013615. OLE color: 4013615.
HSL color Cylindrical-coordinate representation of color #2F3E3D: hue angle of 176º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2F3E3D is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 62 | 61 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.76 |
| HSL | 176º | 0.14% | 0.21% | - |
| HSV(B) | 176º | 0.24% | 0.24% | - |
| XYZ | 3.74 | 4.39 | 5.06 | - |
| YUV | 57.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 61 | 0.24 | 0 | 0.02 | 0.76 | 176 | 0.14 | 0.21 |
| Hex | 2F | 3E | 3D | 18 | 0 | 2 | 4C | B0 | E | 15 |
| Octal | 57 | 76 | 75 | 30 | 0 | 2 | 114 | 260 | 16 | 25 |
| Binary | 101111 | 111110 | 111101 | 11000 | 0 | 10 | 1001100 | 10110000 | 1110 | 10101 |
Color Harmonies of #2F3E3D
Complementary color
Monochromatic Colors of #2F3E3D
Black with #2F3E3D
Text Example
Text Example
White with #2F3E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3E3D; }
p { color: rgb(47,62,61); }
H1.HeaderClassName
{
color: #2F3E3D;
}
.AnyTagClassName
{
color: #2F3E3D;
}
</style>
background-color css
<style>
a { background-color: #2F3E3D; }
a { background-color: rgb(47,62,61); }
div.DivClassName
{
background-color: #2F3E3D;
}
.BgClassName
{
background-color: #2F3E3D;
}
</style>
border-color css
<style>
span { border-color: #2F3E3D; }
span { border-color: rgb(47,62,61); }
td.TdClassName
{
border-color: #2F3E3D;
}
.TagClassName
{
border-color: #2F3E3D;
}
</style>