Shades of Firefly #2B3D3C
Tints of Firefly #2B3D3C
RGB
CMYK
RGB Variations
Color information
#2B3D3C (or 0x2B3D3C) is known color: Firefly. HEX triplet: 2B, 3D and 3C. RGB value is (43,61,60). Sum of RGB (Red+Green+Blue) = 43+61+60=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D3C is #D4C2C3. Grayscale: #373737. Windows color (decimal): -13943492 or 3947819. OLE color: 3947819.
HSL color Cylindrical-coordinate representation of color #2B3D3C: hue angle of 176.67º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B3D3C is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 61 | 60 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.76 |
| HSL | 176.67º | 0.17% | 0.2% | - |
| HSV(B) | 176.67º | 0.3% | 0.24% | - |
| XYZ | 3.48 | 4.18 | 4.9 | - |
| YUV | 55.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 60 | 0.30 | 0 | 0.02 | 0.76 | 176.67 | 0.17 | 0.2 |
| Hex | 2B | 3D | 3C | 1E | 0 | 2 | 4C | B1 | 11 | 14 |
| Octal | 53 | 75 | 74 | 36 | 0 | 2 | 114 | 261 | 21 | 24 |
| Binary | 101011 | 111101 | 111100 | 11110 | 0 | 10 | 1001100 | 10110001 | 10001 | 10100 |
Color Harmonies of #2B3D3C
Complementary color
Monochromatic Colors of #2B3D3C
Black with #2B3D3C
Text Example
Text Example
White with #2B3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3D3C; }
p { color: rgb(43,61,60); }
H1.HeaderClassName
{
color: #2B3D3C;
}
.AnyTagClassName
{
color: #2B3D3C;
}
</style>
background-color css
<style>
a { background-color: #2B3D3C; }
a { background-color: rgb(43,61,60); }
div.DivClassName
{
background-color: #2B3D3C;
}
.BgClassName
{
background-color: #2B3D3C;
}
</style>
border-color css
<style>
span { border-color: #2B3D3C; }
span { border-color: rgb(43,61,60); }
td.TdClassName
{
border-color: #2B3D3C;
}
.TagClassName
{
border-color: #2B3D3C;
}
</style>