Shades of Firefly #2B4945
Tints of Firefly #2B4945
RGB
CMYK
RGB Variations
Color information
#2B4945 (or 0x2B4945) is known color: Firefly. HEX triplet: 2B, 49 and 45. RGB value is (43,73,69). Sum of RGB (Red+Green+Blue) = 43+73+69=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #2B4945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4945 is #D4B6BA. Grayscale: #3F3F3F. Windows color (decimal): -13940411 or 4540715. OLE color: 4540715.
HSL color Cylindrical-coordinate representation of color #2B4945: hue angle of 172º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B4945 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 73 | 69 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.71 |
| HSL | 172º | 0.26% | 0.23% | - |
| HSV(B) | 172º | 0.41% | 0.29% | - |
| XYZ | 4.45 | 5.71 | 6.5 | - |
| YUV | 63.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 73 | 69 | 0.41 | 0 | 0.05 | 0.71 | 172 | 0.26 | 0.23 |
| Hex | 2B | 49 | 45 | 29 | 0 | 5 | 47 | AC | 1A | 17 |
| Octal | 53 | 111 | 105 | 51 | 0 | 5 | 107 | 254 | 32 | 27 |
| Binary | 101011 | 1001001 | 1000101 | 101001 | 0 | 101 | 1000111 | 10101100 | 11010 | 10111 |
Color Harmonies of #2B4945
Complementary color
Monochromatic Colors of #2B4945
Black with #2B4945
Text Example
Text Example
White with #2B4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4945; }
p { color: rgb(43,73,69); }
H1.HeaderClassName
{
color: #2B4945;
}
.AnyTagClassName
{
color: #2B4945;
}
</style>
background-color css
<style>
a { background-color: #2B4945; }
a { background-color: rgb(43,73,69); }
div.DivClassName
{
background-color: #2B4945;
}
.BgClassName
{
background-color: #2B4945;
}
</style>
border-color css
<style>
span { border-color: #2B4945; }
span { border-color: rgb(43,73,69); }
td.TdClassName
{
border-color: #2B4945;
}
.TagClassName
{
border-color: #2B4945;
}
</style>