#2F4744

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

Shades of Firefly #2F4744

Tints of Firefly #2F4744

Color information

#2F4744 (or 0x2F4744) is unknown color: approx Firefly. HEX triplet: 2F, 47 and 44. RGB value is (47,71,68). Sum of RGB (Red+Green+Blue) = 47+71+68=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #2F4744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4744 is #D0B8BB. Grayscale: #3F3F3F. Windows color (decimal): -13678780 or 4474671. OLE color: 4474671.

HSL color Cylindrical-coordinate representation of color #2F4744: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F4744 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB477168-
CMYK0.3400.040.72
HSL172.5º20.34%23.14%-
HSV(B)172.5º33.8%27.84%-
XYZ4.475.536.3-
YUV63.48130.55116.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=25.27%
G=38.17%
B=36.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4771680.3400.040.72172.520.3423.14
Hex2F4744220448ac1417
Octal5710710442041102542427
Binary1011111000111100010010001001001001000101011001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,71,68); }

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

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

 a { background-color: rgb(47,71,68); }

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

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

 span { border-color: rgb(47,71,68); }

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