#304442

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

Shades of Firefly #304442

Tints of Firefly #304442

Color information

#304442 (or 0x304442) is unknown color: approx Firefly. HEX triplet: 30, 44 and 42. RGB value is (48,68,66). Sum of RGB (Red+Green+Blue) = 48+68+66=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 68 - color contains mainly: green. Hex color #304442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304442 is #CFBBBD. Grayscale: #3D3D3D. Windows color (decimal): -13614014 or 4342832. OLE color: 4342832.

HSL color Cylindrical-coordinate representation of color #304442: hue angle of 174º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #304442 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB486866-
CMYK0.2900.030.73
HSL174º17.24%22.75%-
HSV(B)174º29.41%26.67%-
XYZ4.275.165.92-
YUV61.79130.37118.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=26.37%
G=37.36%
B=36.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868660.2900.030.7317417.2422.75
Hex3044421D0349ae1117
Octal6010410235031112562127
Binary11000010001001000010111010111001001101011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304442; }

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

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

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

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

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

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

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

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