Html Css Color HEX #304947 Firefly

📋 copy color: '#304947'

red 48 ◦ green 73 ◦ blue 71

#304947
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #304947

Tints of Firefly #304947

RGB

 RED value IS 48 (19.14% from 255) = 25%

 GREEN value IS 73 (28.91% from 255) = 38.02%

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 25%
G = 38.02%
B = 36.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#304947 (or 0x304947) is known color: Firefly. HEX triplet: 30, 49 and 47. RGB value is (48,73,71). Sum of RGB (Red+Green+Blue) = 48+73+71=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 73 - color contains mainly: green. Hex color #304947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304947 is #CFB6B8. Grayscale: #414141. Windows color (decimal): -13612729 or 4671792. OLE color: 4671792.

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

Color convert

RGB 48 73 71 -
CMYK 0.34 0 0.03 0.71
HSL 175.2º 0.21% 0.24% -
HSV(B) 175.2º 0.34% 0.29% -
XYZ 4.74 5.85 6.84 -
YUV 65.3 131.22 115.66 -
System Red Green Blue C M Y K H S L
Decimal 48 73 71 0.34 0 0.03 0.71 175.2 0.21 0.24
Hex 30 49 47 22 0 3 47 AF 15 18
Octal 60 111 107 42 0 3 107 257 25 30
Binary 110000 1001001 1000111 100010 0 11 1000111 10101111 10101 11000

Color Harmonies of #304947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304947

Black with #304947

Text Example


Text Example

White with #304947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304947; }

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

 H1.HeaderClassName
 {
   color: #304947;
 }
 .AnyTagClassName
 {
   color: #304947;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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