Html Css Color HEX #294241 Firefly

📋 copy color: '#294241'

red 41 ◦ green 66 ◦ blue 65

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

Shades of Firefly #294241

Tints of Firefly #294241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.37%

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

R = 23.84%
G = 38.37%
B = 37.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#294241 (or 0x294241) is known color: Firefly. HEX triplet: 29, 42 and 41. RGB value is (41,66,65). Sum of RGB (Red+Green+Blue) = 41+66+65=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 66 - color contains mainly: green. Hex color #294241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294241 is #D6BDBE. Grayscale: #3A3A3A. Windows color (decimal): -14073279 or 4276777. OLE color: 4276777.

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

Color convert

RGB 41 66 65 -
CMYK 0.38 0 0.02 0.74
HSL 177.6º 0.23% 0.21% -
HSV(B) 177.6º 0.38% 0.26% -
XYZ 3.82 4.75 5.72 -
YUV 58.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 41 66 65 0.38 0 0.02 0.74 177.6 0.23 0.21
Hex 29 42 41 26 0 2 4A B2 17 15
Octal 51 102 101 46 0 2 112 262 27 25
Binary 101001 1000010 1000001 100110 0 10 1001010 10110010 10111 10101

Color Harmonies of #294241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294241

Black with #294241

Text Example


Text Example

White with #294241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294241; }

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

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

background-color css

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

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

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

border-color css

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

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

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