Html Css Color HEX #294341 Firefly

📋 copy color: '#294341'

red 41 ◦ green 67 ◦ blue 65

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

Shades of Firefly #294341

Tints of Firefly #294341

RGB

 RED value IS 41 (16.41% from 255) = 23.7%

 GREEN value IS 67 (26.56% from 255) = 38.73%

 BLUE value IS 65 (25.78% from 255) = 37.57%

R = 23.7%
G = 38.73%
B = 37.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#294341 (or 0x294341) is known color: Firefly. HEX triplet: 29, 43 and 41. RGB value is (41,67,65). Sum of RGB (Red+Green+Blue) = 41+67+65=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 67 - color contains mainly: green. Hex color #294341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294341 is #D6BCBE. Grayscale: #3A3A3A. Windows color (decimal): -14073023 or 4277033. OLE color: 4277033.

HSL color Cylindrical-coordinate representation of color #294341: hue angle of 175.38º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #294341 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 41 67 65 -
CMYK 0.39 0 0.03 0.74
HSL 175.38º 0.24% 0.21% -
HSV(B) 175.38º 0.39% 0.26% -
XYZ 3.88 4.87 5.74 -
YUV 59 131.39 115.16 -
System Red Green Blue C M Y K H S L
Decimal 41 67 65 0.39 0 0.03 0.74 175.38 0.24 0.21
Hex 29 43 41 27 0 3 4A AF 18 15
Octal 51 103 101 47 0 3 112 257 30 25
Binary 101001 1000011 1000001 100111 0 11 1001010 10101111 11000 10101

Color Harmonies of #294341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294341

Black with #294341

Text Example


Text Example

White with #294341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294341; }

 p { color: rgb(41,67,65); }

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

background-color css

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

 a { background-color: rgb(41,67,65); }

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

border-color css

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

 span { border-color: rgb(41,67,65); }

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