#304240

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

Shades of Firefly #304240

Tints of Firefly #304240

Color information

#304240 (or 0x304240) is unknown color: approx Firefly. HEX triplet: 30, 42 and 40. RGB value is (48,66,64). Sum of RGB (Red+Green+Blue) = 48+66+64=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 66 - color contains mainly: green. Hex color #304240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304240 is #CFBDBF. Grayscale: #3C3C3C. Windows color (decimal): -13614528 or 4211248. OLE color: 4211248.

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

Color convert

RGB486664-
CMYK0.2700.030.74
HSL173.33º15.79%22.35%-
HSV(B)173.33º27.27%25.88%-
XYZ4.094.895.58-
YUV60.39130.04119.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.97%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=26.97%
G=37.08%
B=35.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866640.2700.030.74173.3315.7922.35
Hex3042401B034Aad1016
Octal6010210033031122552026
Binary11000010000101000000110110111001010101011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304240; }

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

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

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

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

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

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

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

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