#2F4645

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

Shades of Firefly #2F4645

Tints of Firefly #2F4645

Color information

#2F4645 (or 0x2F4645) is unknown color: approx Firefly. HEX triplet: 2F, 46 and 45. RGB value is (47,70,69). Sum of RGB (Red+Green+Blue) = 47+70+69=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 70 - color contains mainly: green. Hex color #2F4645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4645 is #D0B9BA. Grayscale: #3E3E3E. Windows color (decimal): -13679035 or 4539951. OLE color: 4539951.

HSL color Cylindrical-coordinate representation of color #2F4645: hue angle of 177.39º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F4645 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB477069-
CMYK0.3300.010.73
HSL177.39º19.66%22.94%-
HSV(B)177.39º32.86%27.45%-
XYZ4.445.416.44-
YUV63.01131.38116.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 69 (27.34% from 255) = 37.10%
R=25.27%
G=37.63%
B=37.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4770690.3300.010.73177.3919.6622.94
Hex2F4645210149b11417
Octal5710610541011112612427
Binary10111110001101000101100001011001001101100011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,70,69); }

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

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

 a { background-color: rgb(47,70,69); }

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

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

 span { border-color: rgb(47,70,69); }

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