Html Css Color HEX #304845 Firefly

📋 copy color: '#304845'

red 48 ◦ green 72 ◦ blue 69

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

Shades of Firefly #304845

Tints of Firefly #304845

RGB

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

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

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

R = 25.4%
G = 38.1%
B = 36.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#304845 (or 0x304845) is known color: Firefly. HEX triplet: 30, 48 and 45. RGB value is (48,72,69). Sum of RGB (Red+Green+Blue) = 48+72+69=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #304845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304845 is #CFB7BA. Grayscale: #404040. Windows color (decimal): -13612987 or 4540464. OLE color: 4540464.

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

Color convert

RGB 48 72 69 -
CMYK 0.33 0 0.04 0.72
HSL 172.5º 0.2% 0.24% -
HSV(B) 172.5º 0.33% 0.28% -
XYZ 4.61 5.69 6.49 -
YUV 64.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 48 72 69 0.33 0 0.04 0.72 172.5 0.2 0.24
Hex 30 48 45 21 0 4 48 AC 14 18
Octal 60 110 105 41 0 4 110 254 24 30
Binary 110000 1001000 1000101 100001 0 100 1001000 10101100 10100 11000

Color Harmonies of #304845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304845

Black with #304845

Text Example


Text Example

White with #304845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304845; }

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

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

background-color css

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

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

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

border-color css

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

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

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