#304847

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

Shades of Firefly #304847

Tints of Firefly #304847

Color information

#304847 (or 0x304847) is unknown color: approx Firefly. HEX triplet: 30, 48 and 47. RGB value is (48,72,71). Sum of RGB (Red+Green+Blue) = 48+72+71=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #304847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304847 is #CFB7B8. Grayscale: #404040. Windows color (decimal): -13612985 or 4671536. OLE color: 4671536.

HSL color Cylindrical-coordinate representation of color #304847: hue angle of 177.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #304847 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB487271-
CMYK0.3300.010.72
HSL177.5º20%23.53%-
HSV(B)177.5º33.33%28.24%-
XYZ4.675.726.82-
YUV64.71131.55116.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=25.13%
G=37.70%
B=37.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4872710.3300.010.72177.52023.53
Hex304847210148b11418
Octal6011010741011102612430
Binary11000010010001000111100001011001000101100011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304847; }

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

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

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

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

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

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

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

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