#294947

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

Shades of Firefly #294947

Tints of Firefly #294947

Color information

#294947 (or 0x294947) is unknown color: approx Firefly. HEX triplet: 29, 49 and 47. RGB value is (41,73,71). Sum of RGB (Red+Green+Blue) = 41+73+71=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #294947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294947 is #D6B6B8. Grayscale: #3F3F3F. Windows color (decimal): -14071481 or 4671785. OLE color: 4671785.

HSL color Cylindrical-coordinate representation of color #294947: hue angle of 176.25º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #294947 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB417371-
CMYK0.4400.030.71
HSL176.25º28.07%22.35%-
HSV(B)176.25º43.84%28.63%-
XYZ4.435.696.83-
YUV63.2132.4112.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=22.16%
G=39.46%
B=38.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4173710.4400.030.71176.2528.0722.35
Hex2949472C0347b01c16
Octal5111110754031072603426
Binary101001100100110001111011000111000111101100001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294947; }

 p { color: rgb(41,73,71); }

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

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

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

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

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

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

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