#2E4F49

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

Shades of Firefly #2E4F49

Tints of Firefly #2E4F49

Color information

#2E4F49 (or 0x2E4F49) is unknown color: approx Firefly. HEX triplet: 2E, 4F and 49. RGB value is (46,79,73). Sum of RGB (Red+Green+Blue) = 46+79+73=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 79 - color contains mainly: green. Hex color #2E4F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4F49 is #D1B0B6. Grayscale: #444444. Windows color (decimal): -13742263 or 4804398. OLE color: 4804398.

HSL color Cylindrical-coordinate representation of color #2E4F49: hue angle of 169.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E4F49 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB467973-
CMYK0.4200.080.69
HSL169.09º26.4%24.51%-
HSV(B)169.09º41.77%30.98%-
XYZ5.136.657.32-
YUV68.45130.57111.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 79 (31.25% from 255) = 39.90%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=23.23%
G=39.90%
B=36.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4679730.4200.080.69169.0926.424.51
Hex2E4F492A0845a91a19
Octal56117111520101052513231
Binary10111010011111001001101010010001000101101010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E4F49; }

 p { color: rgb(46,79,73); }

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

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

 a { background-color: rgb(46,79,73); }

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

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

 span { border-color: rgb(46,79,73); }

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