#294845

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

Shades of Firefly #294845

Tints of Firefly #294845

Color information

#294845 (or 0x294845) is unknown color: approx Firefly. HEX triplet: 29, 48 and 45. RGB value is (41,72,69). Sum of RGB (Red+Green+Blue) = 41+72+69=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #294845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294845 is #D6B7BA. Grayscale: #3E3E3E. Windows color (decimal): -14071739 or 4540457. OLE color: 4540457.

HSL color Cylindrical-coordinate representation of color #294845: hue angle of 174.19º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #294845 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB417269-
CMYK0.4300.040.72
HSL174.19º27.43%22.16%-
HSV(B)174.19º43.06%28.24%-
XYZ4.315.546.47-
YUV62.39131.73112.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=22.53%
G=39.56%
B=37.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4172690.4300.040.72174.1927.4322.16
Hex2948452B0448ae1b16
Octal5111010553041102563326
Binary1010011001000100010110101101001001000101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294845; }

 p { color: rgb(41,72,69); }

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

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

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

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

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

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

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