#294141

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

Shades of Firefly #294141

Tints of Firefly #294141

Color information

#294141 (or 0x294141) is unknown color: approx Firefly. HEX triplet: 29, 41 and 41. RGB value is (41,65,65). Sum of RGB (Red+Green+Blue) = 41+65+65=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #294141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294141 is #D6BEBE. Grayscale: #393939. Windows color (decimal): -14073535 or 4276521. OLE color: 4276521.

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

Color convert

RGB416565-
CMYK0.37000.75
HSL180º22.64%20.78%-
HSV(B)180º36.92%25.49%-
XYZ3.764.635.7-
YUV57.82132.05116-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 65 (25.78% from 255) = 38.01%
R=23.98%
G=38.01%
B=38.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4165650.37000.7518022.6420.78
Hex29414125004Bb41715
Octal5110110145001132642725
Binary10100110000011000001100101001001011101101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294141; }

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

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

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

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

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

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

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

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