#2E413F

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

Shades of Firefly #2E413F

Tints of Firefly #2E413F

Color information

#2E413F (or 0x2E413F) is unknown color: approx Firefly. HEX triplet: 2E, 41 and 3F. RGB value is (46,65,63). Sum of RGB (Red+Green+Blue) = 46+65+63=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 65 - color contains mainly: green. Hex color #2E413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E413F is #D1BEC0. Grayscale: #3B3B3B. Windows color (decimal): -13745857 or 4145454. OLE color: 4145454.

HSL color Cylindrical-coordinate representation of color #2E413F: hue angle of 173.68º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E413F is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB466563-
CMYK0.2900.030.75
HSL173.68º17.12%21.76%-
HSV(B)173.68º29.23%25.49%-
XYZ3.914.725.41-
YUV59.09130.21118.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 63 (25% from 255) = 36.21%
R=26.44%
G=37.36%
B=36.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4665630.2900.030.75173.6817.1221.76
Hex2E413F1D034Bae1116
Octal561017735031132562126
Binary1011101000001111111111010111001011101011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,65,63); }

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

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

 a { background-color: rgb(46,65,63); }

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

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

 span { border-color: rgb(46,65,63); }

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