Shades of Firefly #2D4141
Tints of Firefly #2D4141
RGB
CMYK
RGB Variations
Color information
#2D4141 (or 0x2D4141) is known color: Firefly. HEX triplet: 2D, 41 and 41. RGB value is (45,65,65). Sum of RGB (Red+Green+Blue) = 45+65+65=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #2D4141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4141 is #D2BEBE. Grayscale: #3B3B3B. Windows color (decimal): -13811391 or 4276525. OLE color: 4276525.
HSL color Cylindrical-coordinate representation of color #2D4141: hue angle of 180º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2D4141 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 65 | 65 | - |
| CMYK | 0.31 | 0 | 0 | 0.75 |
| HSL | 180º | 0.18% | 0.22% | - |
| HSV(B) | 180º | 0.31% | 0.25% | - |
| XYZ | 3.93 | 4.72 | 5.71 | - |
| YUV | 59.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 65 | 65 | 0.31 | 0 | 0 | 0.75 | 180 | 0.18 | 0.22 |
| Hex | 2D | 41 | 41 | 1F | 0 | 0 | 4B | B4 | 12 | 16 |
| Octal | 55 | 101 | 101 | 37 | 0 | 0 | 113 | 264 | 22 | 26 |
| Binary | 101101 | 1000001 | 1000001 | 11111 | 0 | 0 | 1001011 | 10110100 | 10010 | 10110 |
Color Harmonies of #2D4141
Complementary color
Monochromatic Colors of #2D4141
Black with #2D4141
Text Example
Text Example
White with #2D4141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4141; }
p { color: rgb(45,65,65); }
H1.HeaderClassName
{
color: #2D4141;
}
.AnyTagClassName
{
color: #2D4141;
}
</style>
background-color css
<style>
a { background-color: #2D4141; }
a { background-color: rgb(45,65,65); }
div.DivClassName
{
background-color: #2D4141;
}
.BgClassName
{
background-color: #2D4141;
}
</style>
border-color css
<style>
span { border-color: #2D4141; }
span { border-color: rgb(45,65,65); }
td.TdClassName
{
border-color: #2D4141;
}
.TagClassName
{
border-color: #2D4141;
}
</style>