Html Css Color HEX #294442 Firefly

📋 copy color: '#294442'

red 41 ◦ green 68 ◦ blue 66

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

Shades of Firefly #294442

Tints of Firefly #294442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.86%

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

R = 23.43%
G = 38.86%
B = 37.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#294442 (or 0x294442) is known color: Firefly. HEX triplet: 29, 44 and 42. RGB value is (41,68,66). Sum of RGB (Red+Green+Blue) = 41+68+66=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 68 - color contains mainly: green. Hex color #294442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294442 is #D6BBBD. Grayscale: #3B3B3B. Windows color (decimal): -14072766 or 4342825. OLE color: 4342825.

HSL color Cylindrical-coordinate representation of color #294442: hue angle of 175.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #294442 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 66 -
CMYK 0.40 0 0.03 0.73
HSL 175.56º 0.25% 0.21% -
HSV(B) 175.56º 0.4% 0.27% -
XYZ 3.96 5 5.91 -
YUV 59.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 41 68 66 0.40 0 0.03 0.73 175.56 0.25 0.21
Hex 29 44 42 28 0 3 49 B0 19 15
Octal 51 104 102 50 0 3 111 260 31 25
Binary 101001 1000100 1000010 101000 0 11 1001001 10110000 11001 10101

Color Harmonies of #294442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294442

Black with #294442

Text Example


Text Example

White with #294442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294442; }

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

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

background-color css

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

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

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

border-color css

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

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

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