Html Css Color HEX #304847 Firefly

📋 copy color: '#304847'

red 48 ◦ green 72 ◦ blue 71

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

Shades of Firefly #304847

Tints of Firefly #304847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 25.13%
G = 37.7%
B = 37.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#304847 (or 0x304847) is known color: 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

RGB 48 72 71 -
CMYK 0.33 0 0.01 0.72
HSL 177.5º 0.2% 0.24% -
HSV(B) 177.5º 0.33% 0.28% -
XYZ 4.67 5.72 6.82 -
YUV 64.71 131.55 116.08 -
System Red Green Blue C M Y K H S L
Decimal 48 72 71 0.33 0 0.01 0.72 177.5 0.2 0.24
Hex 30 48 47 21 0 1 48 B2 14 18
Octal 60 110 107 41 0 1 110 262 24 30
Binary 110000 1001000 1000111 100001 0 1 1001000 10110010 10100 11000

Color Harmonies of #304847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304847

Black with #304847

Text Example


Text Example

White with #304847

Text Example


Text Example

HTML Codes & Css Web 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>