#304B48

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

Shades of Firefly #304B48

Tints of Firefly #304B48

Color information

#304B48 (or 0x304B48) is unknown color: approx Firefly. HEX triplet: 30, 4B and 48. RGB value is (48,75,72). Sum of RGB (Red+Green+Blue) = 48+75+72=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #304B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B48 is #CFB4B7. Grayscale: #424242. Windows color (decimal): -13612216 or 4737840. OLE color: 4737840.

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

Color convert

RGB487572-
CMYK0.3600.040.71
HSL173.33º21.95%24.12%-
HSV(B)173.33º36%29.41%-
XYZ4.96.137.06-
YUV66.58131.05114.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=24.62%
G=38.46%
B=36.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875720.3600.040.71173.3321.9524.12
Hex304B48240447ad1618
Octal6011311044041072552630
Binary1100001001011100100010010001001000111101011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,75,72); }

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

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

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

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

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

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

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