#2E403E

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

Shades of Firefly #2E403E

Tints of Firefly #2E403E

Color information

#2E403E (or 0x2E403E) is unknown color: approx Firefly. HEX triplet: 2E, 40 and 3E. RGB value is (46,64,62). Sum of RGB (Red+Green+Blue) = 46+64+62=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #2E403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E403E is #D1BFC1. Grayscale: #3A3A3A. Windows color (decimal): -13746114 or 4079662. OLE color: 4079662.

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

Color convert

RGB466462-
CMYK0.2800.030.75
HSL173.33º16.36%21.57%-
HSV(B)173.33º28.12%25.1%-
XYZ3.834.65.24-
YUV58.39130.04119.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.74%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=26.74%
G=37.21%
B=36.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4664620.2800.030.75173.3316.3621.57
Hex2E403E1C034Bad1016
Octal561007634031132552026
Binary1011101000000111110111000111001011101011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,64,62); }

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

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

 a { background-color: rgb(46,64,62); }

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

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

 span { border-color: rgb(46,64,62); }

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