Shades of Firefly #2C3D3C
Tints of Firefly #2C3D3C
RGB
CMYK
RGB Variations
Color information
#2C3D3C (or 0x2C3D3C) is known color: Firefly. HEX triplet: 2C, 3D and 3C. RGB value is (44,61,60). Sum of RGB (Red+Green+Blue) = 44+61+60=165 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.67% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 61 - color contains mainly: green. Hex color #2C3D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3D3C is #D3C2C3. Grayscale: #373737. Windows color (decimal): -13877956 or 3947820. OLE color: 3947820.
HSL color Cylindrical-coordinate representation of color #2C3D3C: hue angle of 176.47º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2C3D3C is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 61 | 60 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.76 |
| HSL | 176.47º | 0.16% | 0.21% | - |
| HSV(B) | 176.47º | 0.28% | 0.24% | - |
| XYZ | 3.52 | 4.2 | 4.9 | - |
| YUV | 55.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 60 | 0.28 | 0 | 0.02 | 0.76 | 176.47 | 0.16 | 0.21 |
| Hex | 2C | 3D | 3C | 1C | 0 | 2 | 4C | B0 | 10 | 15 |
| Octal | 54 | 75 | 74 | 34 | 0 | 2 | 114 | 260 | 20 | 25 |
| Binary | 101100 | 111101 | 111100 | 11100 | 0 | 10 | 1001100 | 10110000 | 10000 | 10101 |
Color Harmonies of #2C3D3C
Complementary color
Monochromatic Colors of #2C3D3C
Black with #2C3D3C
Text Example
Text Example
White with #2C3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D3C; }
p { color: rgb(44,61,60); }
H1.HeaderClassName
{
color: #2C3D3C;
}
.AnyTagClassName
{
color: #2C3D3C;
}
</style>
background-color css
<style>
a { background-color: #2C3D3C; }
a { background-color: rgb(44,61,60); }
div.DivClassName
{
background-color: #2C3D3C;
}
.BgClassName
{
background-color: #2C3D3C;
}
</style>
border-color css
<style>
span { border-color: #2C3D3C; }
span { border-color: rgb(44,61,60); }
td.TdClassName
{
border-color: #2C3D3C;
}
.TagClassName
{
border-color: #2C3D3C;
}
</style>