#304342

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

Shades of Firefly #304342

Tints of Firefly #304342

Color information

#304342 (or 0x304342) is unknown color: approx Firefly. HEX triplet: 30, 43 and 42. RGB value is (48,67,66). Sum of RGB (Red+Green+Blue) = 48+67+66=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #304342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304342 is #CFBCBD. Grayscale: #3D3D3D. Windows color (decimal): -13614270 or 4342576. OLE color: 4342576.

HSL color Cylindrical-coordinate representation of color #304342: hue angle of 176.84º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304342 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB486766-
CMYK0.2800.010.74
HSL176.84º16.52%22.55%-
HSV(B)176.84º28.36%26.27%-
XYZ4.215.045.9-
YUV61.2130.71118.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 67 (26.56% from 255) = 37.02%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=26.52%
G=37.02%
B=36.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867660.2800.010.74176.8416.5222.55
Hex3043421C014Ab11117
Octal6010310234011122612127
Binary1100001000011100001011100011001010101100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304342; }

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

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

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

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

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

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

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

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