Shades of Firefly #2A4240
Tints of Firefly #2A4240
RGB
CMYK
RGB Variations
Color information
#2A4240 (or 0x2A4240) is known color: Firefly. HEX triplet: 2A, 42 and 40. RGB value is (42,66,64). Sum of RGB (Red+Green+Blue) = 42+66+64=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4240 is #D5BDBF. Grayscale: #3A3A3A. Windows color (decimal): -14007744 or 4211242. OLE color: 4211242.
HSL color Cylindrical-coordinate representation of color #2A4240: hue angle of 175º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A4240 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 66 | 64 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.74 |
| HSL | 175º | 0.22% | 0.21% | - |
| HSV(B) | 175º | 0.36% | 0.26% | - |
| XYZ | 3.83 | 4.76 | 5.57 | - |
| YUV | 58.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 66 | 64 | 0.36 | 0 | 0.03 | 0.74 | 175 | 0.22 | 0.21 |
| Hex | 2A | 42 | 40 | 24 | 0 | 3 | 4A | AF | 16 | 15 |
| Octal | 52 | 102 | 100 | 44 | 0 | 3 | 112 | 257 | 26 | 25 |
| Binary | 101010 | 1000010 | 1000000 | 100100 | 0 | 11 | 1001010 | 10101111 | 10110 | 10101 |
Color Harmonies of #2A4240
Complementary color
Monochromatic Colors of #2A4240
Black with #2A4240
Text Example
Text Example
White with #2A4240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4240; }
p { color: rgb(42,66,64); }
H1.HeaderClassName
{
color: #2A4240;
}
.AnyTagClassName
{
color: #2A4240;
}
</style>
background-color css
<style>
a { background-color: #2A4240; }
a { background-color: rgb(42,66,64); }
div.DivClassName
{
background-color: #2A4240;
}
.BgClassName
{
background-color: #2A4240;
}
</style>
border-color css
<style>
span { border-color: #2A4240; }
span { border-color: rgb(42,66,64); }
td.TdClassName
{
border-color: #2A4240;
}
.TagClassName
{
border-color: #2A4240;
}
</style>