#2C4140

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

Shades of Firefly #2C4140

Tints of Firefly #2C4140

Color information

#2C4140 (or 0x2C4140) is unknown color: approx Firefly. HEX triplet: 2C, 41 and 40. RGB value is (44,65,64). Sum of RGB (Red+Green+Blue) = 44+65+64=173 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.43% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 65 - color contains mainly: green. Hex color #2C4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4140 is #D3BEBF. Grayscale: #3A3A3A. Windows color (decimal): -13876928 or 4210988. OLE color: 4210988.

HSL color Cylindrical-coordinate representation of color #2C4140: hue angle of 177.14º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2C4140 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB446564-
CMYK0.3200.020.75
HSL177.14º19.27%21.37%-
HSV(B)177.14º32.31%25.49%-
XYZ3.854.695.55-
YUV58.61131.04117.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.43%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=25.43%
G=37.57%
B=36.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4465640.3200.020.75177.1419.2721.37
Hex2C414020024Bb11315
Octal5410110040021132612325
Binary101100100000110000001000000101001011101100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,65,64); }

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

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

 a { background-color: rgb(44,65,64); }

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

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

 span { border-color: rgb(44,65,64); }

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