Shades of Firefly #304744
Tints of Firefly #304744
RGB
CMYK
RGB Variations
Color information
#304744 (or 0x304744) is known color: Firefly. HEX triplet: 30, 47 and 44. RGB value is (48,71,68). Sum of RGB (Red+Green+Blue) = 48+71+68=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #304744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304744 is #CFB8BB. Grayscale: #3F3F3F. Windows color (decimal): -13613244 or 4474672. OLE color: 4474672.
HSL color Cylindrical-coordinate representation of color #304744: hue angle of 172.17º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #304744 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 71 | 68 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.72 |
| HSL | 172.17º | 0.19% | 0.23% | - |
| HSV(B) | 172.17º | 0.32% | 0.28% | - |
| XYZ | 4.52 | 5.55 | 6.3 | - |
| YUV | 63.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 68 | 0.32 | 0 | 0.04 | 0.72 | 172.17 | 0.19 | 0.23 |
| Hex | 30 | 47 | 44 | 20 | 0 | 4 | 48 | AC | 13 | 17 |
| Octal | 60 | 107 | 104 | 40 | 0 | 4 | 110 | 254 | 23 | 27 |
| Binary | 110000 | 1000111 | 1000100 | 100000 | 0 | 100 | 1001000 | 10101100 | 10011 | 10111 |
Color Harmonies of #304744
Complementary color
Monochromatic Colors of #304744
Black with #304744
Text Example
Text Example
White with #304744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304744; }
p { color: rgb(48,71,68); }
H1.HeaderClassName
{
color: #304744;
}
.AnyTagClassName
{
color: #304744;
}
</style>
background-color css
<style>
a { background-color: #304744; }
a { background-color: rgb(48,71,68); }
div.DivClassName
{
background-color: #304744;
}
.BgClassName
{
background-color: #304744;
}
</style>
border-color css
<style>
span { border-color: #304744; }
span { border-color: rgb(48,71,68); }
td.TdClassName
{
border-color: #304744;
}
.TagClassName
{
border-color: #304744;
}
</style>