#2E4B47

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

Shades of Firefly #2E4B47

Tints of Firefly #2E4B47

Color information

#2E4B47 (or 0x2E4B47) is unknown color: approx Firefly. HEX triplet: 2E, 4B and 47. RGB value is (46,75,71). Sum of RGB (Red+Green+Blue) = 46+75+71=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B47 is #D1B4B8. Grayscale: #414141. Windows color (decimal): -13743289 or 4672302. OLE color: 4672302.

HSL color Cylindrical-coordinate representation of color #2E4B47: hue angle of 171.72º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4B47 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB467571-
CMYK0.3900.050.71
HSL171.72º23.97%23.73%-
HSV(B)171.72º38.67%29.41%-
XYZ4.786.076.88-
YUV65.87130.89113.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=23.96%
G=39.06%
B=36.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4675710.3900.050.71171.7223.9723.73
Hex2E4B47270547ac1818
Octal5611310747051072543030
Binary1011101001011100011110011101011000111101011001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,75,71); }

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

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

 a { background-color: rgb(46,75,71); }

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

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

 span { border-color: rgb(46,75,71); }

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