#294442

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

Shades of Firefly #294442

Tints of Firefly #294442

Color information

#294442 (or 0x294442) is unknown color: approx Firefly. HEX triplet: 29, 44 and 42. RGB value is (41,68,66). Sum of RGB (Red+Green+Blue) = 41+68+66=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 68 - color contains mainly: green. Hex color #294442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294442 is #D6BBBD. Grayscale: #3B3B3B. Windows color (decimal): -14072766 or 4342825. OLE color: 4342825.

HSL color Cylindrical-coordinate representation of color #294442: hue angle of 175.56º 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 #294442 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB416866-
CMYK0.4000.030.73
HSL175.56º24.77%21.37%-
HSV(B)175.56º39.71%26.67%-
XYZ3.9655.91-
YUV59.7131.55114.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=23.43%
G=38.86%
B=37.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4168660.4000.030.73175.5624.7721.37
Hex294442280349b01915
Octal5110410250031112603125
Binary101001100010010000101010000111001001101100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294442; }

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

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

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

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

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

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

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

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