#304A47

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

Shades of Firefly #304A47

Tints of Firefly #304A47

Color information

#304A47 (or 0x304A47) is unknown color: approx Firefly. HEX triplet: 30, 4A and 47. RGB value is (48,74,71). Sum of RGB (Red+Green+Blue) = 48+74+71=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 74 - color contains mainly: green. Hex color #304A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304A47 is #CFB5B8. Grayscale: #414141. Windows color (decimal): -13612473 or 4672048. OLE color: 4672048.

HSL color Cylindrical-coordinate representation of color #304A47: hue angle of 173.08º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #304A47 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB487471-
CMYK0.3500.040.71
HSL173.08º21.31%23.92%-
HSV(B)173.08º35.14%29.02%-
XYZ4.815.986.86-
YUV65.88130.89115.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=24.87%
G=38.34%
B=36.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4874710.3500.040.71173.0821.3123.92
Hex304A47230447ad1518
Octal6011210743041072552530
Binary1100001001010100011110001101001000111101011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304A47; }

 p { color: rgb(48,74,71); }

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

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

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

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

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

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

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