Html Css Color HEX #294141 Firefly

📋 copy color: '#294141'

red 41 ◦ green 65 ◦ blue 65

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

Shades of Firefly #294141

Tints of Firefly #294141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.01%

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

R = 23.98%
G = 38.01%
B = 38.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#294141 (or 0x294141) is known color: Firefly. HEX triplet: 29, 41 and 41. RGB value is (41,65,65). Sum of RGB (Red+Green+Blue) = 41+65+65=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #294141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294141 is #D6BEBE. Grayscale: #393939. Windows color (decimal): -14073535 or 4276521. OLE color: 4276521.

HSL color Cylindrical-coordinate representation of color #294141: hue angle of 180º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #294141 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 65 65 -
CMYK 0.37 0 0 0.75
HSL 180º 0.23% 0.21% -
HSV(B) 180º 0.37% 0.25% -
XYZ 3.76 4.63 5.7 -
YUV 57.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 41 65 65 0.37 0 0 0.75 180 0.23 0.21
Hex 29 41 41 25 0 0 4B B4 17 15
Octal 51 101 101 45 0 0 113 264 27 25
Binary 101001 1000001 1000001 100101 0 0 1001011 10110100 10111 10101

Color Harmonies of #294141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294141

Black with #294141

Text Example


Text Example

White with #294141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294141; }

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

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

background-color css

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

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

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

border-color css

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

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

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