Html Css Color HEX #304D47 Firefly

📋 copy color: '#304D47'

red 48 ◦ green 77 ◦ blue 71

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

Shades of Firefly #304D47

Tints of Firefly #304D47

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.29%

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

R = 24.49%
G = 39.29%
B = 36.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.70

RGB Variations

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

Color information

#304D47 (or 0x304D47) is known color: Firefly. HEX triplet: 30, 4D and 47. RGB value is (48,77,71). Sum of RGB (Red+Green+Blue) = 48+77+71=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 77 - color contains mainly: green. Hex color #304D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D47 is #CFB2B8. Grayscale: #434343. Windows color (decimal): -13611705 or 4672816. OLE color: 4672816.

HSL color Cylindrical-coordinate representation of color #304D47: hue angle of 167.59º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304D47 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 77 71 -
CMYK 0.38 0 0.08 0.70
HSL 167.59º 0.23% 0.25% -
HSV(B) 167.59º 0.38% 0.3% -
XYZ 5.01 6.39 6.93 -
YUV 67.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 48 77 71 0.38 0 0.08 0.70 167.59 0.23 0.25
Hex 30 4D 47 26 0 8 46 A8 17 19
Octal 60 115 107 46 0 10 106 250 27 31
Binary 110000 1001101 1000111 100110 0 1000 1000110 10101000 10111 11001

Color Harmonies of #304D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D47

Black with #304D47

Text Example


Text Example

White with #304D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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