#294444

Color #294444 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #294444

Tints of Firefly #294444

Color information

#294444 (or 0x294444) is unknown color: approx Firefly. HEX triplet: 29, 44 and 44. RGB value is (41,68,68). Sum of RGB (Red+Green+Blue) = 41+68+68=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #294444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294444 is #D6BBBB. Grayscale: #3B3B3B. Windows color (decimal): -14072764 or 4473897. OLE color: 4473897.

HSL color Cylindrical-coordinate representation of color #294444: hue angle of 180º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294444 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB416868-
CMYK0.40000.73
HSL180º24.77%21.37%-
HSV(B)180º39.71%26.67%-
XYZ4.025.026.23-
YUV59.93132.55114.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 68 (26.95% from 255) = 38.42%
BLUE value IS 68 (26.95% from 255) = 38.42%
R=23.16%
G=38.42%
B=38.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168680.40000.7318024.7721.37
Hex294444280049b41915
Octal5110410450001112643125
Binary10100110001001000100101000001001001101101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294444; }

 p { color: rgb(41,68,68); }

 H1.HeaderClassName
 {
   color: #294444;
 }
 .AnyTagClassName
 {
   color: #294444;
 }
</style>
background-color css

<style>
 a { background-color: #294444; }

 a { background-color: rgb(41,68,68); }

 div.DivClassName
 {
   background-color: #294444;
 }
 .BgClassName
 {
   background-color: #294444;
 }
</style>
border-color css

<style>
 span { border-color: #294444; }

 span { border-color: rgb(41,68,68); }

 td.TdClassName
 {
   border-color: #294444;
 }
 .TagClassName
 {
   border-color: #294444;
 }
</style>