Html Css Color HEX #304844 Firefly

📋 copy color: '#304844'

red 48 ◦ green 72 ◦ blue 68

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

Shades of Firefly #304844

Tints of Firefly #304844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.17%

R = 25.53%
G = 38.3%
B = 36.17%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#304844 (or 0x304844) is known color: Firefly. HEX triplet: 30, 48 and 44. RGB value is (48,72,68). Sum of RGB (Red+Green+Blue) = 48+72+68=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 72 (28.52% from 255 or 38.30% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 72 - color contains mainly: green. Hex color #304844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304844 is #CFB7BB. Grayscale: #404040. Windows color (decimal): -13612988 or 4474928. OLE color: 4474928.

HSL color Cylindrical-coordinate representation of color #304844: hue angle of 170º 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 #304844 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 68 -
CMYK 0.33 0 0.06 0.72
HSL 170º 0.2% 0.24% -
HSV(B) 170º 0.33% 0.28% -
XYZ 4.58 5.68 6.32 -
YUV 64.37 130.05 116.33 -
System Red Green Blue C M Y K H S L
Decimal 48 72 68 0.33 0 0.06 0.72 170 0.2 0.24
Hex 30 48 44 21 0 6 48 AA 14 18
Octal 60 110 104 41 0 6 110 252 24 30
Binary 110000 1001000 1000100 100001 0 110 1001000 10101010 10100 11000

Color Harmonies of #304844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304844

Black with #304844

Text Example


Text Example

White with #304844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304844; }

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

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

background-color css

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

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

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

border-color css

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

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

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