#2C4D49

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

Shades of Firefly #2C4D49

Tints of Firefly #2C4D49

Color information

#2C4D49 (or 0x2C4D49) is unknown color: approx Firefly. HEX triplet: 2C, 4D and 49. RGB value is (44,77,73). Sum of RGB (Red+Green+Blue) = 44+77+73=194 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.68% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #2C4D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C4D49 is #D3B2B6. Grayscale: #424242. Windows color (decimal): -13873847 or 4803884. OLE color: 4803884.

HSL color Cylindrical-coordinate representation of color #2C4D49: hue angle of 172.73º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2C4D49 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB447773-
CMYK0.4300.050.70
HSL172.73º27.27%23.73%-
HSV(B)172.73º42.86%30.2%-
XYZ4.96.327.27-
YUV66.68131.57111.83-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.68%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=22.68%
G=39.69%
B=37.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4477730.4300.050.70172.7327.2723.73
Hex2C4D492B0546ad1b18
Octal5411511153051062553330
Binary1011001001101100100110101101011000110101011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,77,73); }

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

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

 a { background-color: rgb(44,77,73); }

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

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

 span { border-color: rgb(44,77,73); }

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