#293E3D

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

Shades of Firefly #293E3D

Tints of Firefly #293E3D

Color information

#293E3D (or 0x293E3D) is unknown color: approx Firefly. HEX triplet: 29, 3E and 3D. RGB value is (41,62,61). Sum of RGB (Red+Green+Blue) = 41+62+61=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 62 - color contains mainly: green. Hex color #293E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E3D is #D6C1C2. Grayscale: #373737. Windows color (decimal): -14074307 or 4013609. OLE color: 4013609.

HSL color Cylindrical-coordinate representation of color #293E3D: hue angle of 177.14º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #293E3D is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB416261-
CMYK0.3400.020.76
HSL177.14º20.39%20.2%-
HSV(B)177.14º33.87%24.31%-
XYZ3.484.255.05-
YUV55.61131.04117.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 62 (24.61% from 255) = 37.80%
BLUE value IS 61 (24.22% from 255) = 37.20%
R=25%
G=37.80%
B=37.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4162610.3400.020.76177.1420.3920.2
Hex293E3D22024Cb11414
Octal51767542021142612424
Binary1010011111101111011000100101001100101100011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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