#304241

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

Shades of Firefly #304241

Tints of Firefly #304241

Color information

#304241 (or 0x304241) is unknown color: approx Firefly. HEX triplet: 30, 42 and 41. RGB value is (48,66,65). Sum of RGB (Red+Green+Blue) = 48+66+65=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #304241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304241 is #CFBDBE. Grayscale: #3C3C3C. Windows color (decimal): -13614527 or 4276784. OLE color: 4276784.

HSL color Cylindrical-coordinate representation of color #304241: hue angle of 176.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #304241 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB486665-
CMYK0.2700.020.74
HSL176.67º15.79%22.35%-
HSV(B)176.67º27.27%25.88%-
XYZ4.124.915.73-
YUV60.5130.54119.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=26.82%
G=36.87%
B=36.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866650.2700.020.74176.6715.7922.35
Hex3042411B024Ab11016
Octal6010210133021122612026
Binary11000010000101000001110110101001010101100011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304241; }

 p { color: rgb(48,66,65); }

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

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

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

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

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

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

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