Shades of Firefly #2A4643
Tints of Firefly #2A4643
RGB
CMYK
RGB Variations
Color information
#2A4643 (or 0x2A4643) is known color: Firefly. HEX triplet: 2A, 46 and 43. RGB value is (42,70,67). Sum of RGB (Red+Green+Blue) = 42+70+67=179 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.46% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4643 is #D5B9BC. Grayscale: #3D3D3D. Windows color (decimal): -14006717 or 4408874. OLE color: 4408874.
HSL color Cylindrical-coordinate representation of color #2A4643: hue angle of 173.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A4643 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 67 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.73 |
| HSL | 173.57º | 0.25% | 0.22% | - |
| HSV(B) | 173.57º | 0.4% | 0.27% | - |
| XYZ | 4.16 | 5.28 | 6.11 | - |
| YUV | 61.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 67 | 0.40 | 0 | 0.04 | 0.73 | 173.57 | 0.25 | 0.22 |
| Hex | 2A | 46 | 43 | 28 | 0 | 4 | 49 | AE | 19 | 16 |
| Octal | 52 | 106 | 103 | 50 | 0 | 4 | 111 | 256 | 31 | 26 |
| Binary | 101010 | 1000110 | 1000011 | 101000 | 0 | 100 | 1001001 | 10101110 | 11001 | 10110 |
Color Harmonies of #2A4643
Complementary color
Monochromatic Colors of #2A4643
Black with #2A4643
Text Example
Text Example
White with #2A4643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4643; }
p { color: rgb(42,70,67); }
H1.HeaderClassName
{
color: #2A4643;
}
.AnyTagClassName
{
color: #2A4643;
}
</style>
background-color css
<style>
a { background-color: #2A4643; }
a { background-color: rgb(42,70,67); }
div.DivClassName
{
background-color: #2A4643;
}
.BgClassName
{
background-color: #2A4643;
}
</style>
border-color css
<style>
span { border-color: #2A4643; }
span { border-color: rgb(42,70,67); }
td.TdClassName
{
border-color: #2A4643;
}
.TagClassName
{
border-color: #2A4643;
}
</style>