#294341

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

Shades of Firefly #294341

Tints of Firefly #294341

Color information

#294341 (or 0x294341) is unknown color: approx Firefly. HEX triplet: 29, 43 and 41. RGB value is (41,67,65). Sum of RGB (Red+Green+Blue) = 41+67+65=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #294341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294341 is #D6BCBE. Grayscale: #3A3A3A. Windows color (decimal): -14073023 or 4277033. OLE color: 4277033.

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

Color convert

RGB416765-
CMYK0.3900.030.74
HSL175.38º24.07%21.18%-
HSV(B)175.38º38.81%26.27%-
XYZ3.884.875.74-
YUV59131.39115.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=23.70%
G=38.73%
B=37.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4167650.3900.030.74175.3824.0721.18
Hex29434127034Aaf1815
Octal5110310147031122573025
Binary101001100001110000011001110111001010101011111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294341; }

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

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

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

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

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

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

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

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