Shades of Firefly #2F3C3B
Tints of Firefly #2F3C3B
RGB
CMYK
RGB Variations
Color information
#2F3C3B (or 0x2F3C3B) is known color: Firefly. HEX triplet: 2F, 3C and 3B. RGB value is (47,60,59). Sum of RGB (Red+Green+Blue) = 47+60+59=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 60 - color contains mainly: green. Hex color #2F3C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3C3B is #D0C3C4. Grayscale: #373737. Windows color (decimal): -13681605 or 3882031. OLE color: 3882031.
HSL color Cylindrical-coordinate representation of color #2F3C3B: hue angle of 175.38º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2F3C3B is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 60 | 59 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.76 |
| HSL | 175.38º | 0.12% | 0.21% | - |
| HSV(B) | 175.38º | 0.22% | 0.24% | - |
| XYZ | 3.58 | 4.15 | 4.75 | - |
| YUV | 56 | 129.69 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 59 | 0.22 | 0 | 0.02 | 0.76 | 175.38 | 0.12 | 0.21 |
| Hex | 2F | 3C | 3B | 16 | 0 | 2 | 4C | AF | C | 15 |
| Octal | 57 | 74 | 73 | 26 | 0 | 2 | 114 | 257 | 14 | 25 |
| Binary | 101111 | 111100 | 111011 | 10110 | 0 | 10 | 1001100 | 10101111 | 1100 | 10101 |
Color Harmonies of #2F3C3B
Complementary color
Monochromatic Colors of #2F3C3B
Black with #2F3C3B
Text Example
Text Example
White with #2F3C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3C3B; }
p { color: rgb(47,60,59); }
H1.HeaderClassName
{
color: #2F3C3B;
}
.AnyTagClassName
{
color: #2F3C3B;
}
</style>
background-color css
<style>
a { background-color: #2F3C3B; }
a { background-color: rgb(47,60,59); }
div.DivClassName
{
background-color: #2F3C3B;
}
.BgClassName
{
background-color: #2F3C3B;
}
</style>
border-color css
<style>
span { border-color: #2F3C3B; }
span { border-color: rgb(47,60,59); }
td.TdClassName
{
border-color: #2F3C3B;
}
.TagClassName
{
border-color: #2F3C3B;
}
</style>