#293F3E

Color #293F3E Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #293F3E

Tints of Firefly #293F3E

Color information

#293F3E (or 0x293F3E) is unknown color: approx Firefly. HEX triplet: 29, 3F and 3E. RGB value is (41,63,62). Sum of RGB (Red+Green+Blue) = 41+63+62=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 63 - color contains mainly: green. Hex color #293F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F3E is #D6C0C1. Grayscale: #383838. Windows color (decimal): -14074050 or 4079401. OLE color: 4079401.

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

Color convert

RGB416362-
CMYK0.3500.020.75
HSL177.27º21.15%20.39%-
HSV(B)177.27º34.92%24.71%-
XYZ3.564.375.21-
YUV56.31131.21117.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 63 (25% from 255) = 37.95%
BLUE value IS 62 (24.61% from 255) = 37.35%
R=24.70%
G=37.95%
B=37.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4163620.3500.020.75177.2721.1520.39
Hex293F3E23024Bb11514
Octal51777643021132612524
Binary1010011111111111101000110101001011101100011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293F3E; }

 p { color: rgb(41,63,62); }

 H1.HeaderClassName
 {
   color: #293F3E;
 }
 .AnyTagClassName
 {
   color: #293F3E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #293F3E;
 }
 .BgClassName
 {
   background-color: #293F3E;
 }
</style>
border-color css

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

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

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