#304242

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

Shades of Firefly #304242

Tints of Firefly #304242

Color information

#304242 (or 0x304242) is unknown color: approx Firefly. HEX triplet: 30, 42 and 42. RGB value is (48,66,66). Sum of RGB (Red+Green+Blue) = 48+66+66=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #304242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304242 is #CFBDBD. Grayscale: #3C3C3C. Windows color (decimal): -13614526 or 4342320. OLE color: 4342320.

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

Color convert

RGB486666-
CMYK0.27000.74
HSL180º15.79%22.35%-
HSV(B)180º27.27%25.88%-
XYZ4.154.925.88-
YUV60.62131.04119-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 66 (26.17% from 255) = 36.67%
R=26.67%
G=36.67%
B=36.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4866660.27000.7418015.7922.35
Hex3042421B004Ab41016
Octal6010210233001122642026
Binary1100001000010100001011011001001010101101001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304242; }

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

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

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

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

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

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

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

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