#304140

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

Shades of Firefly #304140

Tints of Firefly #304140

Color information

#304140 (or 0x304140) is unknown color: approx Firefly. HEX triplet: 30, 41 and 40. RGB value is (48,65,64). Sum of RGB (Red+Green+Blue) = 48+65+64=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #304140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304140 is #CFBEBF. Grayscale: #3B3B3B. Windows color (decimal): -13614784 or 4210992. OLE color: 4210992.

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

Color convert

RGB486564-
CMYK0.2600.020.75
HSL176.47º15.04%22.16%-
HSV(B)176.47º26.15%25.49%-
XYZ4.034.785.56-
YUV59.8130.37119.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=27.12%
G=36.72%
B=36.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4865640.2600.020.75176.4715.0422.16
Hex3041401A024Bb0f16
Octal6010110032021132601726
Binary1100001000001100000011010010100101110110000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304140; }

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

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

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

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

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

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

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

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