Html Css Color HEX #304542 Firefly

📋 copy color: '#304542'

red 48 ◦ green 69 ◦ blue 66

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

Shades of Firefly #304542

Tints of Firefly #304542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 26.23%
G = 37.7%
B = 36.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#304542 (or 0x304542) is known color: Firefly. HEX triplet: 30, 45 and 42. RGB value is (48,69,66). Sum of RGB (Red+Green+Blue) = 48+69+66=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 69 - color contains mainly: green. Hex color #304542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304542 is #CFBABD. Grayscale: #3E3E3E. Windows color (decimal): -13613758 or 4343088. OLE color: 4343088.

HSL color Cylindrical-coordinate representation of color #304542: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #304542 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 66 -
CMYK 0.30 0 0.04 0.73
HSL 171.43º 0.18% 0.23% -
HSV(B) 171.43º 0.3% 0.27% -
XYZ 4.33 5.28 5.94 -
YUV 62.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 48 69 66 0.30 0 0.04 0.73 171.43 0.18 0.23
Hex 30 45 42 1E 0 4 49 AB 12 17
Octal 60 105 102 36 0 4 111 253 22 27
Binary 110000 1000101 1000010 11110 0 100 1001001 10101011 10010 10111

Color Harmonies of #304542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304542

Black with #304542

Text Example


Text Example

White with #304542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304542; }

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

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

background-color css

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

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

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

border-color css

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

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

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