Html Css Color HEX #304945 Firefly

📋 copy color: '#304945'

red 48 ◦ green 73 ◦ blue 69

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

Shades of Firefly #304945

Tints of Firefly #304945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.32%

R = 25.26%
G = 38.42%
B = 36.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#304945 (or 0x304945) is known color: Firefly. HEX triplet: 30, 49 and 45. RGB value is (48,73,69). Sum of RGB (Red+Green+Blue) = 48+73+69=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 73 - color contains mainly: green. Hex color #304945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304945 is #CFB6BA. Grayscale: #414141. Windows color (decimal): -13612731 or 4540720. OLE color: 4540720.

HSL color Cylindrical-coordinate representation of color #304945: hue angle of 170.4º 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 #304945 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 73 69 -
CMYK 0.34 0 0.05 0.71
HSL 170.4º 0.21% 0.24% -
HSV(B) 170.4º 0.34% 0.29% -
XYZ 4.68 5.82 6.51 -
YUV 65.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 48 73 69 0.34 0 0.05 0.71 170.4 0.21 0.24
Hex 30 49 45 22 0 5 47 AA 15 18
Octal 60 111 105 42 0 5 107 252 25 30
Binary 110000 1001001 1000101 100010 0 101 1000111 10101010 10101 11000

Color Harmonies of #304945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304945

Black with #304945

Text Example


Text Example

White with #304945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304945; }

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

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

background-color css

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

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

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

border-color css

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

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

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