#304340

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

Shades of Firefly #304340

Tints of Firefly #304340

Color information

#304340 (or 0x304340) is unknown color: approx Firefly. HEX triplet: 30, 43 and 40. RGB value is (48,67,64). Sum of RGB (Red+Green+Blue) = 48+67+64=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 67 - color contains mainly: green. Hex color #304340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304340 is #CFBCBF. Grayscale: #3C3C3C. Windows color (decimal): -13614272 or 4211504. OLE color: 4211504.

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

Color convert

RGB486764-
CMYK0.2800.040.74
HSL170.53º16.52%22.55%-
HSV(B)170.53º28.36%26.27%-
XYZ4.155.015.6-
YUV60.98129.71118.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 67 (26.56% from 255) = 37.43%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=26.82%
G=37.43%
B=35.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4867640.2800.040.74170.5316.5222.55
Hex3043401C044Aab1117
Octal6010310034041122532127
Binary110000100001110000001110001001001010101010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304340; }

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

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

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

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

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

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

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

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