Html Css Color HEX #304D48 Firefly

📋 copy color: '#304D48'

red 48 ◦ green 77 ◦ blue 72

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

Shades of Firefly #304D48

Tints of Firefly #304D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.55%

R = 24.37%
G = 39.09%
B = 36.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#304D48 (or 0x304D48) is known color: Firefly. HEX triplet: 30, 4D and 48. RGB value is (48,77,72). Sum of RGB (Red+Green+Blue) = 48+77+72=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #304D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D48 is #CFB2B7. Grayscale: #434343. Windows color (decimal): -13611704 or 4738352. OLE color: 4738352.

HSL color Cylindrical-coordinate representation of color #304D48: hue angle of 169.66º 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 #304D48 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 77 72 -
CMYK 0.38 0 0.06 0.70
HSL 169.66º 0.23% 0.25% -
HSV(B) 169.66º 0.38% 0.3% -
XYZ 5.04 6.4 7.1 -
YUV 67.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 48 77 72 0.38 0 0.06 0.70 169.66 0.23 0.25
Hex 30 4D 48 26 0 6 46 AA 17 19
Octal 60 115 110 46 0 6 106 252 27 31
Binary 110000 1001101 1001000 100110 0 110 1000110 10101010 10111 11001

Color Harmonies of #304D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D48

Black with #304D48

Text Example


Text Example

White with #304D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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