#2E4845

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

Shades of Firefly #2E4845

Tints of Firefly #2E4845

Color information

#2E4845 (or 0x2E4845) is unknown color: approx Firefly. HEX triplet: 2E, 48 and 45. RGB value is (46,72,69). Sum of RGB (Red+Green+Blue) = 46+72+69=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #2E4845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4845 is #D1B7BA. Grayscale: #3F3F3F. Windows color (decimal): -13744059 or 4540462. OLE color: 4540462.

HSL color Cylindrical-coordinate representation of color #2E4845: hue angle of 173.08º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E4845 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB467269-
CMYK0.3600.040.72
HSL173.08º22.03%23.14%-
HSV(B)173.08º36.11%28.24%-
XYZ4.525.656.48-
YUV63.88130.89115.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=24.60%
G=38.50%
B=36.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4672690.3600.040.72173.0822.0323.14
Hex2E4845240448ad1617
Octal5611010544041102552627
Binary1011101001000100010110010001001001000101011011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,72,69); }

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

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

 a { background-color: rgb(46,72,69); }

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

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

 span { border-color: rgb(46,72,69); }

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