#294342

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

Shades of Firefly #294342

Tints of Firefly #294342

Color information

#294342 (or 0x294342) is unknown color: approx Firefly. HEX triplet: 29, 43 and 42. RGB value is (41,67,66). Sum of RGB (Red+Green+Blue) = 41+67+66=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 67 - color contains mainly: green. Hex color #294342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294342 is #D6BCBD. Grayscale: #3B3B3B. Windows color (decimal): -14073022 or 4342569. OLE color: 4342569.

HSL color Cylindrical-coordinate representation of color #294342: hue angle of 177.69º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #294342 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB416766-
CMYK0.3900.010.74
HSL177.69º24.07%21.18%-
HSV(B)177.69º38.81%26.27%-
XYZ3.94.885.89-
YUV59.11131.89115.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=23.56%
G=38.51%
B=37.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4167660.3900.010.74177.6924.0721.18
Hex29434227014Ab21815
Octal5110310247011122623025
Binary10100110000111000010100111011001010101100101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294342; }

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

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

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

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

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

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

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

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