Shades of Firefly #2B403F
Tints of Firefly #2B403F
RGB
CMYK
RGB Variations
Color information
#2B403F (or 0x2B403F) is known color: Firefly. HEX triplet: 2B, 40 and 3F. RGB value is (43,64,63). Sum of RGB (Red+Green+Blue) = 43+64+63=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 64 - color contains mainly: green. Hex color #2B403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B403F is #D4BFC0. Grayscale: #393939. Windows color (decimal): -13942721 or 4145195. OLE color: 4145195.
HSL color Cylindrical-coordinate representation of color #2B403F: hue angle of 177.14º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B403F is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 64 | 63 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.75 |
| HSL | 177.14º | 0.2% | 0.21% | - |
| HSV(B) | 177.14º | 0.33% | 0.25% | - |
| XYZ | 3.73 | 4.54 | 5.38 | - |
| YUV | 57.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 63 | 0.33 | 0 | 0.02 | 0.75 | 177.14 | 0.2 | 0.21 |
| Hex | 2B | 40 | 3F | 21 | 0 | 2 | 4B | B1 | 14 | 15 |
| Octal | 53 | 100 | 77 | 41 | 0 | 2 | 113 | 261 | 24 | 25 |
| Binary | 101011 | 1000000 | 111111 | 100001 | 0 | 10 | 1001011 | 10110001 | 10100 | 10101 |
Color Harmonies of #2B403F
Complementary color
Monochromatic Colors of #2B403F
Black with #2B403F
Text Example
Text Example
White with #2B403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B403F; }
p { color: rgb(43,64,63); }
H1.HeaderClassName
{
color: #2B403F;
}
.AnyTagClassName
{
color: #2B403F;
}
</style>
background-color css
<style>
a { background-color: #2B403F; }
a { background-color: rgb(43,64,63); }
div.DivClassName
{
background-color: #2B403F;
}
.BgClassName
{
background-color: #2B403F;
}
</style>
border-color css
<style>
span { border-color: #2B403F; }
span { border-color: rgb(43,64,63); }
td.TdClassName
{
border-color: #2B403F;
}
.TagClassName
{
border-color: #2B403F;
}
</style>